mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Prototype device structure to ensure LinuxKPI header file can be
included standalone. MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
f91d1c83cd
commit
5a5a8c8a17
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@
|
|||
enum irqreturn { IRQ_NONE = 0, IRQ_HANDLED, IRQ_WAKE_THREAD, };
|
||||
typedef enum irqreturn irqreturn_t;
|
||||
|
||||
struct device;
|
||||
|
||||
struct class {
|
||||
const char *name;
|
||||
struct module *owner;
|
||||
|
|
|
|||
Loading…
Reference in a new issue