Go to the documentation of this file.
9 #ifndef _UAPI__ASM_BOOTX_H__
10 #define _UAPI__ASM_BOOTX_H__
12 #include <linux/types.h>
16 #include "linux_type_defs.h"
21 #pragma options align=power
35 #define BOOT_INFO_VERSION 5
36 #define BOOT_INFO_COMPATIBLE_VERSION 1
43 #define BOOT_ARCH_PCI 0x00000001UL
44 #define BOOT_ARCH_NUBUS 0x00000002UL
45 #define BOOT_ARCH_NUBUS_PDM 0x00000010UL
46 #define BOOT_ARCH_NUBUS_PERFORMA 0x00000020UL
47 #define BOOT_ARCH_NUBUS_POWERBOOK 0x00000040UL
50 #define MAX_MEM_MAP_SIZE 26
129 #pragma options align=reset