X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=com32%2Fgplinclude%2Fdmi%2Fdmi_bios.h;h=4af7e0bdb4572bdceec0e566f9283490ccf3db26;hb=7fe364e88be0a2b8140b71a7b0583ed887f48fff;hp=5d47e899422ad64976f59ad4c1d2e53c96fa6307;hpb=a188ebe576e274deee693903cbac77778b6d1f2a;p=profile%2Fivi%2Fsyslinux.git diff --git a/com32/gplinclude/dmi/dmi_bios.h b/com32/gplinclude/dmi/dmi_bios.h index 5d47e89..4af7e0b 100644 --- a/com32/gplinclude/dmi/dmi_bios.h +++ b/com32/gplinclude/dmi/dmi_bios.h @@ -22,7 +22,7 @@ #define BIOS_BIOS_REVISION_SIZE 16 #define BIOS_FIRMWARE_REVISION_SIZE 16 -#define BIOS_CHAR_NB_ELEMENTS 28 +#define BIOS_CHAR_NB_ELEMENTS 29 #define BIOS_CHAR_X1_NB_ELEMENTS 8 #define BIOS_CHAR_X2_NB_ELEMENTS 3 @@ -46,6 +46,7 @@ typedef struct { bool boot_from_cd; bool selectable_boot; bool bios_rom_socketed; + bool boot_from_pcmcia; bool edd; bool japanese_floppy_nec_9800_1_2MB; bool japanese_floppy_toshiba_1_2MB;