iPXE
|
00001 #ifndef _USR_PROMPT_H 00002 #define _USR_PROMPT_H 00003 00004 /** @file 00005 * 00006 * Prompt for keypress 00007 * 00008 */ 00009 00010 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); 00011 00012 extern int prompt ( const char *text, unsigned long timeout, int key ); 00013 00014 #endif /* _USR_PROMPT_H */