summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/message.h
blob: 997135d7041c1398c3fadb4a82083d33e0b2d6f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _IPXE_MESSAGE_H
#define _IPXE_MESSAGE_H

/** @file
 *
 * Message printing
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

extern void msg ( unsigned int row, const char *fmt, ... );
extern void clearmsg ( unsigned int row );
extern void alert ( unsigned int row, const char *fmt, ... );

#endif /* _IPXE_MESSAGE_H */