summaryrefslogtreecommitdiffstats
path: root/qemu/roms/SLOF/lib/libbootmsg/libbootmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/SLOF/lib/libbootmsg/libbootmsg.h')
-rw-r--r--qemu/roms/SLOF/lib/libbootmsg/libbootmsg.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/qemu/roms/SLOF/lib/libbootmsg/libbootmsg.h b/qemu/roms/SLOF/lib/libbootmsg/libbootmsg.h
deleted file mode 100644
index 9d0bd157d..000000000
--- a/qemu/roms/SLOF/lib/libbootmsg/libbootmsg.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation
- * All rights reserved.
- * This program and the accompanying materials
- * are made available under the terms of the BSD License
- * which accompanies this distribution, and is available at
- * http://www.opensource.org/licenses/bsd-license.php
- *
- * Contributors:
- * IBM Corporation - initial implementation
- *****************************************************************************/
-#ifndef _LIBBOOTMSG_H
-#define _LIBBOOTMSG_H
-void bootmsg_cp(short p);
-void bootmsg_error(short p, const char *str);
-void bootmsg_warning(short p, const char *str, short lvl);
-void bootmsg_debugcp(short p, const char *str, short lvl);
-void bootmsg_setlevel(short p, short level);
-int bootmsg_checklevel(short p, short level);
-void *bootmsg_nvupdate(void);
-#endif /* _LIBBOOTMSG_H */