iPXE
message.h
Go to the documentation of this file.
1 #ifndef _IPXE_MESSAGE_H
2 #define _IPXE_MESSAGE_H
3 
4 /** @file
5  *
6  * Message printing
7  *
8  */
9 
10 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11 FILE_SECBOOT ( PERMITTED );
12 
13 extern void msg ( unsigned int row, const char *fmt, ... );
14 extern void clearmsg ( unsigned int row );
15 extern void alert ( unsigned int row, const char *fmt, ... );
16 
17 #endif /* _IPXE_MESSAGE_H */
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
void clearmsg(unsigned int row)
Clear message on specified row.
Definition: message.c:75
void msg(unsigned int row, const char *fmt,...)
Print message centred on specified row.
Definition: message.c:62
void alert(unsigned int row, const char *fmt,...)
Show alert message.
Definition: message.c:104
FILE_SECBOOT(PERMITTED)
int ssize_t const char * fmt
Definition: vsprintf.h:73