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