#ifndef CEPH_CRUSH_TYPES_H #define CEPH_CRUSH_TYPES_H #ifdef KERNEL # define free(x) kfree(x) #else # include #endif #include /* just for int types */ #ifndef BUG_ON # define BUG_ON(x) assert(!(x)) #endif #endif