mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 09:24:50 +00:00
add necessary includes
SVN-Revision: 8974
This commit is contained in:
parent
f8dfc57573
commit
bb8c985261
@ -19,6 +19,10 @@
|
|||||||
#ifndef __VLYNQ_H__
|
#ifndef __VLYNQ_H__
|
||||||
#define __VLYNQ_H__
|
#define __VLYNQ_H__
|
||||||
|
|
||||||
|
#include <linux/device.h>
|
||||||
|
#include <linux/module.h>
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
struct vlynq_mapping {
|
struct vlynq_mapping {
|
||||||
u32 size;
|
u32 size;
|
||||||
u32 offset;
|
u32 offset;
|
||||||
|
Loading…
Reference in New Issue
Block a user