X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-ked.h;h=2f2792d53f3ad99407fa48502fa67a8c579576ee;hp=36ed4f17520fd331f73edaa735e627a4a92e3119;hb=e3ebf4d2ebe3464257655f059ea020565a536643;hpb=fb613e9e67ae52ba07585845f52d751916cf480a;ds=sidebyside diff --git a/ui/ncurses/nc-ked.h b/ui/ncurses/nc-ked.h index 36ed4f1..2f2792d 100644 --- a/ui/ncurses/nc-ked.h +++ b/ui/ncurses/nc-ked.h @@ -20,9 +20,10 @@ #define _PB_NC_KED_H #include +#include /* This must be included before ncurses.h */ #include -#include "pb-protocol/pb-protocol.h" +#include "types/types.h" #include "ui/common/ui-system.h" #include "nc-scr.h" @@ -40,13 +41,11 @@ enum ked_attr_cursor { * enum ked_result - Result code for ked:on_exit(). * @ked_cancel: The user canceled the operation. * @ked_update: The args were updated. - * @ked_boot: The user requested a boot of this item. */ enum ked_result { ked_cancel, ked_update, - ked_boot, }; /**