1#ifndef _UAPI_LINUX_COMPILER_H 2#define _UAPI_LINUX_COMPILER_H 3 4/* 5 * This file is not currently in the Linux kernel tree. 6 * Upstream uapi headers refer to <linux/compiler.h> but there is 7 * no such uapi file. We've sent this upstream, and are optimistically 8 * adding it to bionic in the meantime. This should be replaced by 9 * a scrubbed header from external/kernel-headers when possible. 10 * 11 * An alternative to this file is to check in a symbolic link to the 12 * non-uapi <linux/compiler.h>. That's fine for building bionic too. 13 */ 14 15#define __user 16#define __force 17 18#endif /* _UAPI_LINUX_COMPILER_H */ 19