kmap_types.h 90 Bytes
#ifdef CONFIG_X86_32
# include "kmap_types_32.h"
#else
# include "kmap_types_64.h"
#endif