Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
4065 Serge 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
 */
1964 serge 8
 
4065 Serge 9
#ifndef _LINUX_SLAB_H
10
#define	_LINUX_SLAB_H
11
 
3243 Serge 12
#include 
1964 serge 13
// stub
4065 Serge 14
#endif	/* _LINUX_SLAB_H */