diff options
Diffstat (limited to 'netifd.h')
-rw-r--r-- | netifd.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ #define DPRINTF(...) do {} while(0) #endif +#define __init __attribute__((constructor)) + struct device; struct interface; |