• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

types.h

Go to the documentation of this file.
00001 #ifndef _CRUSH_TYPES_H
00002 #define _CRUSH_TYPES_H
00003 
00004 #ifdef KERNEL
00005 # define free(x) kfree(x)
00006 #else
00007 # include <stdlib.h>
00008 #endif
00009 
00010 
00011 //#include <linux/types.h>  /* just for int types */
00012 
00013 #ifndef BUG_ON
00014 # define BUG_ON(x) assert(!(x))
00015 #endif
00016 
00017 #endif

Generated on Mon Oct 11 2010 13:09:26 for CppDistributors by  doxygen 1.7.2