bi_record
int __init amiga_parse_bootinfo(const struct bi_record *record)
int __init apollo_parse_bootinfo(const struct bi_record *record)
int __init atari_parse_bootinfo(const struct bi_record *record)
int __init bvme6000_parse_bootinfo(const struct bi_record *bi)
int __init hp300_parse_bootinfo(const struct bi_record *record)
extern void save_bootinfo(const struct bi_record *bi);
static inline void save_bootinfo(const struct bi_record *bi) {}
extern int amiga_parse_bootinfo(const struct bi_record *record);
extern int apollo_parse_bootinfo(const struct bi_record *record);
extern int atari_parse_bootinfo(const struct bi_record *record);
extern int bvme6000_parse_bootinfo(const struct bi_record *record);
extern int hp300_parse_bootinfo(const struct bi_record *record);
extern int mac_parse_bootinfo(const struct bi_record *record);
extern int mvme147_parse_bootinfo(const struct bi_record *record);
extern int mvme16x_parse_bootinfo(const struct bi_record *record);
extern int q40_parse_bootinfo(const struct bi_record *record);
extern int virt_parse_bootinfo(const struct bi_record *record);
DEFINE(BIR_TAG, offsetof(struct bi_record, tag));
DEFINE(BIR_SIZE, offsetof(struct bi_record, size));
DEFINE(BIR_DATA, offsetof(struct bi_record, data));
void __init save_bootinfo(const struct bi_record *bi)
bi = (struct bi_record *)((unsigned long)bi + n);
static void __init m68k_parse_bootinfo(const struct bi_record *record)
const struct bi_record *first_record = record;
record = (struct bi_record *)((unsigned long)record + size);
m68k_parse_bootinfo((const struct bi_record *)_end);
int __init mac_parse_bootinfo(const struct bi_record *record)
int __init mvme147_parse_bootinfo(const struct bi_record *bi)
int __init mvme16x_parse_bootinfo(const struct bi_record *bi)
int __init q40_parse_bootinfo(const struct bi_record *rec)
int __init virt_parse_bootinfo(const struct bi_record *record)