Sign in
akaros
/
upstream
/
d9d8428694d1df67d49867d5b21774267839442d
/
.
/
kern
/
include
/
common.h
blob: 093f2ae90d633863f8c27b552ab0951f8bea1b92 [
file
] [
log
] [
blame
]
#pragma
once
#include
<ros/common.h>
#include
<compiler.h>
/* Force a rebuild of the whole kernel if 64BIT-ness changed */
#ifdef
CONFIG_64BIT
#endif
#define
SIZE_MAX
(~(
size_t
)
0
)