diff options
Diffstat (limited to 'arch/m68k/include/uapi/asm/bootinfo-amiga.h')
-rw-r--r-- | arch/m68k/include/uapi/asm/bootinfo-amiga.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/m68k/include/uapi/asm/bootinfo-amiga.h b/arch/m68k/include/uapi/asm/bootinfo-amiga.h new file mode 100644 index 000000000000..2c32d671f232 --- /dev/null +++ b/arch/m68k/include/uapi/asm/bootinfo-amiga.h | |||
@@ -0,0 +1,31 @@ | |||
1 | /* | ||
2 | ** asm/bootinfo-amiga.h -- Amiga-specific boot information definitions | ||
3 | */ | ||
4 | |||
5 | #ifndef _UAPI_ASM_M68K_BOOTINFO_AMIGA_H | ||
6 | #define _UAPI_ASM_M68K_BOOTINFO_AMIGA_H | ||
7 | |||
8 | |||
9 | /* | ||
10 | * Amiga-specific tags | ||
11 | */ | ||
12 | |||
13 | #define BI_AMIGA_MODEL 0x8000 /* model (u_long) */ | ||
14 | #define BI_AMIGA_AUTOCON 0x8001 /* AutoConfig device */ | ||
15 | /* (AmigaOS struct ConfigDev) */ | ||
16 | #define BI_AMIGA_CHIP_SIZE 0x8002 /* size of Chip RAM (u_long) */ | ||
17 | #define BI_AMIGA_VBLANK 0x8003 /* VBLANK frequency (u_char) */ | ||
18 | #define BI_AMIGA_PSFREQ 0x8004 /* power supply frequency (u_char) */ | ||
19 | #define BI_AMIGA_ECLOCK 0x8005 /* EClock frequency (u_long) */ | ||
20 | #define BI_AMIGA_CHIPSET 0x8006 /* native chipset present (u_long) */ | ||
21 | #define BI_AMIGA_SERPER 0x8007 /* serial port period (u_short) */ | ||
22 | |||
23 | |||
24 | /* | ||
25 | * Latest Amiga bootinfo version | ||
26 | */ | ||
27 | |||
28 | #define AMIGA_BOOTI_VERSION MK_BI_VERSION(2, 0) | ||
29 | |||
30 | |||
31 | #endif /* _UAPI_ASM_M68K_BOOTINFO_AMIGA_H */ | ||