mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-12 20:31:49 +00:00
7 lines
126 B
C
7 lines
126 B
C
|
#ifndef _SPARC64_REBOOT_H
|
||
|
#define _SPARC64_REBOOT_H
|
||
|
|
||
|
extern void machine_alt_power_off(void);
|
||
|
|
||
|
#endif /* _SPARC64_REBOOT_H */
|