Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs
bootx.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  boot_info_map_entry
 
struct  boot_infos
 

Macros

#define BOOT_INFO_VERSION   5
 
#define BOOT_INFO_COMPATIBLE_VERSION   1
 
#define BOOT_ARCH_PCI   0x00000001UL
 
#define BOOT_ARCH_NUBUS   0x00000002UL
 
#define BOOT_ARCH_NUBUS_PDM   0x00000010UL
 
#define BOOT_ARCH_NUBUS_PERFORMA   0x00000020UL
 
#define BOOT_ARCH_NUBUS_POWERBOOK   0x00000040UL
 
#define MAX_MEM_MAP_SIZE   26
 

Typedefs

typedef struct boot_info_map_entry boot_info_map_entry_t
 
typedef struct boot_infos boot_infos_t
 

Macro Definition Documentation

#define BOOT_ARCH_NUBUS   0x00000002UL

Definition at line 44 of file bootx.h.

#define BOOT_ARCH_NUBUS_PDM   0x00000010UL

Definition at line 45 of file bootx.h.

#define BOOT_ARCH_NUBUS_PERFORMA   0x00000020UL

Definition at line 46 of file bootx.h.

#define BOOT_ARCH_NUBUS_POWERBOOK   0x00000040UL

Definition at line 47 of file bootx.h.

#define BOOT_ARCH_PCI   0x00000001UL

Definition at line 43 of file bootx.h.

#define BOOT_INFO_COMPATIBLE_VERSION   1

Definition at line 36 of file bootx.h.

#define BOOT_INFO_VERSION   5

Definition at line 35 of file bootx.h.

#define MAX_MEM_MAP_SIZE   26

Definition at line 50 of file bootx.h.

Typedef Documentation