Home
last modified time | relevance | path

Searched defs:bi_record (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dbootinfo.h34 struct bi_record { struct
35 __be16 tag; /* tag ID */
36 __be16 size; /* size of record (in bytes) */
37 __be32 data[]; /* data */
/openbmc/qemu/include/standard-headers/asm-m68k/
H A Dbootinfo.h29 struct bi_record { struct
30 uint16_t tag; /* tag ID */
31 uint16_t size; /* size of record (in bytes) */
32 uint32_t data[0]; /* data */