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