Sign in
qemu
/
ipxe
/
2d3f2b24465cfd270066e60e2daa36aa879ca89b
/
.
/
src
/
include
/
usr
/
prompt.h
blob: 57e43d2dc57106124fd1e10d894fb885ce970184 [
file
]
#ifndef
_USR_PROMPT_H
#define
_USR_PROMPT_H
/** @file
*
* Prompt for keypress
*
*/
FILE_LICENCE
(
GPL2_OR_LATER
);
extern
int
prompt
(
const
char
*
text
,
unsigned
long
timeout
,
int
key
);
#endif
/* _USR_PROMPT_H */