aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/uapi/asm/bootinfo-apollo.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/uapi/asm/bootinfo-apollo.h')
-rw-r--r--arch/m68k/include/uapi/asm/bootinfo-apollo.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/m68k/include/uapi/asm/bootinfo-apollo.h b/arch/m68k/include/uapi/asm/bootinfo-apollo.h
new file mode 100644
index 000000000000..3a2051e822b0
--- /dev/null
+++ b/arch/m68k/include/uapi/asm/bootinfo-apollo.h
@@ -0,0 +1,16 @@
1/*
2** asm/bootinfo-apollo.h -- Apollo-specific boot information definitions
3*/
4
5#ifndef _UAPI_ASM_M68K_BOOTINFO_APOLLO_H
6#define _UAPI_ASM_M68K_BOOTINFO_APOLLO_H
7
8
9 /*
10 * Apollo-specific tags
11 */
12
13#define BI_APOLLO_MODEL 0x8000 /* model (u_long) */
14
15
16#endif /* _UAPI_ASM_M68K_BOOTINFO_APOLLO_H */