Subversion Repositories Kolibri OS

Rev

Rev 4065 | Rev 6082 | 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.  * (C) Linux Foundation 2008-2013
  8.  *      Unified interface for all slab allocators
  9.  */
  10.  
  11. #ifndef _LINUX_SLAB_H
  12. #define _LINUX_SLAB_H
  13.  
  14. #include <errno.h>
  15. // stub
  16. #endif  /* _LINUX_SLAB_H */
  17.