summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/lib/asm-offsets.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/lib/asm-offsets.c')
-rw-r--r--arch/sandbox/lib/asm-offsets.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/sandbox/lib/asm-offsets.c b/arch/sandbox/lib/asm-offsets.c
new file mode 100644
index 0000000000..22f382b71e
--- /dev/null
+++ b/arch/sandbox/lib/asm-offsets.c
@@ -0,0 +1,12 @@
+/*
+ * Generate definitions needed by assembly language modules.
+ * This code generates raw asm output which is post-processed to extract
+ * and format the required data.
+ */
+
+#include <linux/kbuild.h>
+
+int main(void)
+{
+ return 0;
+}