mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
add necessary includes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8974 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d29153dc01
commit
63c42902d7
@ -19,6 +19,10 @@
|
||||
#ifndef __VLYNQ_H__
|
||||
#define __VLYNQ_H__
|
||||
|
||||
#include <linux/device.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
struct vlynq_mapping {
|
||||
u32 size;
|
||||
u32 offset;
|
||||
|
Loading…
Reference in New Issue
Block a user