aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/message.h')
-rw-r--r--src/include/ipxe/message.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/ipxe/message.h b/src/include/ipxe/message.h
new file mode 100644
index 0000000..e2e7837
--- /dev/null
+++ b/src/include/ipxe/message.h
@@ -0,0 +1,16 @@
+#ifndef _IPXE_MESSAGE_H
+#define _IPXE_MESSAGE_H
+
+/** @file
+ *
+ * Message printing
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
+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 */