Files
ipxe/src/include/usr/prompt.h

15 lines
221 B
C
Raw Normal View History

#ifndef _USR_PROMPT_H
#define _USR_PROMPT_H
/** @file
*
* Prompt for keypress
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
extern int prompt ( const char *text, unsigned int wait_ms, int key );
#endif /* _USR_PROMPT_H */