xref: /aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/compiler.h (revision cda5da8d549138a6648c5ee6d7a49cf8f4a657be)
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