mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-11 06:15:24 +07:00
6 lines
143 B
C
6 lines
143 B
C
#ifndef PROM_H
|
|
#define PROM_H
|
|
extern void (* prom_display)(const char *string, int pos, int clear);
|
|
extern void (* prom_monitor)(void);
|
|
#endif
|