Sign in
zircon-guest
/
third_party
/
linux
/
bb13be5145e18cfb3a2f9cc6091aa048d032a3cd
/
.
/
include
/
asm-x86
/
msgbuf.h
blob: 154f7d64e862dac83e83c9846b0e8a9b5c95a54a [
file
]
#ifdef
__KERNEL__
# ifdef CONFIG_X86_32
# include "msgbuf_32.h"
# else
# include "msgbuf_64.h"
# endif
#else
# ifdef __i386__
# include "msgbuf_32.h"
# else
# include "msgbuf_64.h"
# endif
#endif