Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / m68k / include / uapi / asm / bootinfo-apollo.h
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 (__be32) */
14
15
16     /*
17      *  Apollo models (BI_APOLLO_MODEL)
18      */
19
20 #define APOLLO_UNKNOWN          0
21 #define APOLLO_DN3000           1
22 #define APOLLO_DN3010           2
23 #define APOLLO_DN3500           3
24 #define APOLLO_DN4000           4
25 #define APOLLO_DN4500           5
26
27
28 #endif /* _UAPI_ASM_M68K_BOOTINFO_APOLLO_H */