Subversion Repositories Kolibri OS

Rev

Rev 1408 | Rev 1430 | 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.  
  8.  
  9. #define EXPORT_SYMBOL(x)
  10.  
  11. #define MODULE_FIRMWARE(x)
  12.  
  13. struct module {};
  14.  
  15. #endif /* _LINUX_MODULE_H */
  16.  
  17.