Linux lockless linked list implementation
Change-Id: I8bd6ee989cecac269b55b3a0ff10cf8543629001
This commit is contained in:
@ -17,6 +17,10 @@
|
||||
#define BITS_PER_BYTE 8
|
||||
#define BITS_PER_LONG (sizeof(long) * BITS_PER_BYTE)
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
typedef _Bool bool;
|
||||
#endif // __ASSEMBLY__
|
||||
|
||||
#include <ihk/types.h>
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user