Sign in
googlers
/
maze
/
linux
/
9a39e273d4df0560c724c5fe71f6314a0583ca2b
/
.
/
include
/
asm-x86
/
device.h
blob: e2bcf7c7dcee6a73611eb68cd56481452e16e79d [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_32
# include "device_32.h"
#else
# include "device_64.h"
#endif