X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Finclude%2Fefibootmgr.h;h=3546834d5b5f2eff17bb679840ea78af0229f3e4;hb=44fed9dca9311fa21f516c8812f017771953ceb6;hp=163793f61cff0da07da05a6be5d3077922ca15a8;hpb=83be3317b8ff12484e7a67501a955f6ccf1f977b;p=debian%2Fefibootmgr diff --git a/src/include/efibootmgr.h b/src/include/efibootmgr.h index 163793f..3546834 100644 --- a/src/include/efibootmgr.h +++ b/src/include/efibootmgr.h @@ -49,6 +49,9 @@ typedef struct { unsigned int unicode:1; unsigned int write_signature:1; unsigned int forcegpt:1; + unsigned int set_timeout:1; + unsigned int delete_timeout:1; + unsigned short int timeout; } efibootmgr_opt_t;