Subversion Repositories Kolibri OS

Rev

Rev 1412 | Rev 3031 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2. #ifndef _LINUX_MODULE_H
  3. #define _LINUX_MODULE_H
  4.  
  5. #include <linux/list.h>
  6. #include <linux/compiler.h>
  7. #include <linux/kernel.h>
  8.  
  9.  
  10. #define EXPORT_SYMBOL(x)
  11.  
  12. #define MODULE_FIRMWARE(x)
  13.  
  14.  
  15. #define MODULE_AUTHOR(x)
  16. #define MODULE_DESCRIPTION(x)
  17. #define MODULE_LICENSE(x)
  18.  
  19. struct module {};
  20.  
  21. #endif /* _LINUX_MODULE_H */
  22.  
  23.