17 BOOT_DEVICE_TYPE_ROM = 0,
18 BOOT_DEVICE_TYPE_64DD = 1,
23 BOOT_RESET_TYPE_COLD = 0,
24 BOOT_RESET_TYPE_NMI = 1,
30 BOOT_TV_TYPE_NTSC = 1,
31 BOOT_TV_TYPE_MPAL = 2,
32 BOOT_TV_TYPE_PASSTHROUGH = 3,
boot_reset_type_t
Reset type enumeration.
Definition: boot.h:22
boot_tv_type_t
TV type enumeration.
Definition: boot.h:28
boot_device_type_t
Boot device type enumeration.
Definition: boot.h:16
Boot Parameters Structure.
Definition: boot.h:36