Logo
Explore Help
Sign In
sysadmin/ipxe
1
0
Fork 0
You've already forked ipxe
mirror of https://github.com/ipxe/ipxe synced 2025-12-21 12:30:20 +03:00
Code Issues Packages Projects Releases Wiki Activity
Files
5e1fa5cd4090f229a40903f13abf328e86271717
ipxe/src/include/usr/prompt.h

15 lines
222 B
C
Raw Normal View History

[prompt] Replace shell_banner() with a generic prompt() function Signed-off-by: Michael Brown <mcb30@ipxe.org>
2011-03-07 17:42:06 +00:00
#ifndef _USR_PROMPT_H
#define _USR_PROMPT_H
/** @file
*
* Prompt for keypress
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
[parseopt] Add parse_timeout() Parsing a timeout value (specified in milliseconds) into an internal timeout value measured in timer ticks is a common operation. Provide a parse_timeout() value to carry out this conversion automatically. Signed-off-by: Michael Brown <mcb30@ipxe.org>
2013-11-01 02:22:12 +00:00
extern int prompt ( const char *text, unsigned long timeout, int key );
[prompt] Replace shell_banner() with a generic prompt() function Signed-off-by: Michael Brown <mcb30@ipxe.org>
2011-03-07 17:42:06 +00:00
#endif /* _USR_PROMPT_H */
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 72ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API