Subversion Repositories Kolibri OS

Rev

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

  1. /*
  2.  * Written by Mark Hemment, 1996 (markhe@nextd.demon.co.uk).
  3.  *
  4.  * (C) SGI 2006, Christoph Lameter
  5.  *      Cleaned up and restructured to ease the addition of alternative
  6.  *      implementations of SLAB allocators.
  7.  */
  8.  
  9. #ifndef _LINUX_SLAB_H
  10. #define _LINUX_SLAB_H
  11.  
  12. #include <errno.h>
  13. // stub
  14. #endif  /* _LINUX_SLAB_H */
  15.