Commit | Line | Data |
---|---|---|
6f52b16c | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
4c3c522b GU |
2 | /* |
3 | ** asm/bootinfo-apollo.h -- Apollo-specific boot information definitions | |
4 | */ | |
5 | ||
6 | #ifndef _UAPI_ASM_M68K_BOOTINFO_APOLLO_H | |
7 | #define _UAPI_ASM_M68K_BOOTINFO_APOLLO_H | |
8 | ||
9 | ||
10 | /* | |
11 | * Apollo-specific tags | |
12 | */ | |
13 | ||
abe48101 | 14 | #define BI_APOLLO_MODEL 0x8000 /* model (__be32) */ |
4c3c522b GU |
15 | |
16 | ||
7678e77d GU |
17 | /* |
18 | * Apollo models (BI_APOLLO_MODEL) | |
19 | */ | |
20 | ||
21 | #define APOLLO_UNKNOWN 0 | |
22 | #define APOLLO_DN3000 1 | |
23 | #define APOLLO_DN3010 2 | |
24 | #define APOLLO_DN3500 3 | |
25 | #define APOLLO_DN4000 4 | |
26 | #define APOLLO_DN4500 5 | |
27 | ||
28 | ||
4c3c522b | 29 | #endif /* _UAPI_ASM_M68K_BOOTINFO_APOLLO_H */ |