Subversion Repositories Kolibri OS

Rev

Rev 6102 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #ifndef _LINUX_INIT_H
  2. #define _LINUX_INIT_H
  3.  
  4. #include <linux/compiler.h>
  5. #include <linux/types.h>
  6.  
  7. #define __initdata
  8. #define __initdata
  9. #define __initconst
  10. #endif /* _LINUX_INIT_H */
  11.