Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Brian Murphy | 1f21d2b | 2007-08-21 22:34:16 +0200 | [diff] [blame] | 2 | #ifndef __PROM_H |
3 | #define __PROM_H | ||||
4 | |||||
5 | extern void (*prom_display)(const char *string, int pos, int clear); | ||||
6 | extern void (*prom_monitor)(void); | ||||
7 | |||||
8 | #endif /* __PROM_H */ |