Subversion Repositories Kolibri OS

Rev

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