]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/mips/lasat/prom.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / mips / lasat / prom.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1f21d2bd
BM
2#ifndef __PROM_H
3#define __PROM_H
4
5extern void (*prom_display)(const char *string, int pos, int clear);
6extern void (*prom_monitor)(void);
7
8#endif /* __PROM_H */