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