Sign in
qemu
/
ipxe
/
a392b4f6d87f0ddffa00828be34a7f0131fec983
/
.
/
src
/
include
/
usr
/
prompt.h
blob: 22c39105f9e956fcb2ee6a0a01a2fc3a955cf810 [
file
]
#ifndef
_USR_PROMPT_H
#define
_USR_PROMPT_H
/** @file
*
* Prompt for keypress
*
*/
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
);
FILE_SECBOOT
(
PERMITTED
);
extern
int
prompt
(
const
char
*
text
,
unsigned
long
timeout
,
int
key
);
#endif
/* _USR_PROMPT_H */