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 | |
Geert Uytterhoeven | abe4810 | 2013-10-04 11:41:24 +0200 | [diff] [blame] | 13 | #define BI_APOLLO_MODEL 0x8000 /* model (__be32) */ |
Geert Uytterhoeven | 4c3c522 | 2013-10-02 11:37:33 +0200 | [diff] [blame] | 14 | |
| 15 | |
Geert Uytterhoeven | 7678e77 | 2013-10-03 11:31:08 +0200 | [diff] [blame] | 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 | |
Geert Uytterhoeven | 4c3c522 | 2013-10-02 11:37:33 +0200 | [diff] [blame] | 28 | #endif /* _UAPI_ASM_M68K_BOOTINFO_APOLLO_H */ |