Geert Uytterhoeven | 4c3c522 | 2013-10-02 11:37:33 +0200 | [diff] [blame^] | 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 */ |