blob: 42d59aa4e2686a3cb57304a348d3af2dc00b1652 [file] [log] [blame]
Elliott Hughes0f0c18f2023-03-29 15:53:31 -07001#pragma once
Elliott Hughes74053132013-11-08 15:13:54 -08002
3/*
Elliott Hughes0f0c18f2023-03-29 15:53:31 -07004 * There is no `include/uapi/linux/compiler.h`, just `include/linux/compiler.h`.
Elliott Hughes74053132013-11-08 15:13:54 -08005 *
Elliott Hughes0f0c18f2023-03-29 15:53:31 -07006 * We don't need anything _in_ this file, but we do need this file.
7 * The two #defines are for backwards compatibility.
Elliott Hughes74053132013-11-08 15:13:54 -08008 */
9
Elliott Hughes74053132013-11-08 15:13:54 -080010#define __force
Elliott Hughes0f0c18f2023-03-29 15:53:31 -070011#define __user