1 #ifndef _IPXE_MESSAGE_H 2 #define _IPXE_MESSAGE_H 12 extern void msg (
unsigned int row,
const char *
fmt, ... );
13 extern void clearmsg (
unsigned int row );
14 extern void alert (
unsigned int row,
const char *
fmt, ... );
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
void clearmsg(unsigned int row)
Clear message on specified row.
void msg(unsigned int row, const char *fmt,...)
Print message centred on specified row.
void alert(unsigned int row, const char *fmt,...)
Show alert message.
int ssize_t const char * fmt