blob: a93e0af1c6fe11977c1502e87f72111bb120f65e [file] [log] [blame]
Geert Uytterhoeven4c3c5222013-10-02 11:37:33 +02001/*
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 Uytterhoevenabe48102013-10-04 11:41:24 +020013#define BI_APOLLO_MODEL 0x8000 /* model (__be32) */
Geert Uytterhoeven4c3c5222013-10-02 11:37:33 +020014
15
Geert Uytterhoeven7678e772013-10-03 11:31:08 +020016 /*
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 Uytterhoeven4c3c5222013-10-02 11:37:33 +020028#endif /* _UAPI_ASM_M68K_BOOTINFO_APOLLO_H */