mirror of https://github.com/hak5/openwrt-owl.git
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