1 #pragma once 2 3 /* 4 * There is no `include/uapi/linux/compiler_types.h`, just 5 * `include/linux/compiler_types.h`. 6 * 7 * We don't need anything _in_ this file, but we do need this file. 8 * The #include is for backwards compatibility. 9 */ 10 11 #include <linux/compiler.h> 12