Sign in
qemu
/
ipxe
/
refs/heads/noinitrd
/
.
/
src
/
include
/
usr
/
prompt.h
blob: 8d3eeee3c2a50b2a3e02603dd65c34f49b1ca908 [
file
] [
log
] [
blame
]
#ifndef
_USR_PROMPT_H
#define
_USR_PROMPT_H
/** @file
*
* Prompt for keypress
*
*/
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
);
extern
int
prompt
(
const
char
*
text
,
unsigned
long
timeout
,
int
key
);
#endif
/* _USR_PROMPT_H */