Subversion Repositories Kolibri OS

Rev

Rev 1222 | Go to most recent revision | Blame | 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.  
  14. #endif /* _LINUX_MODULE_H */
  15.  
  16.