mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 23:01:29 +00:00
13077d8028
Besides the existing usage for power-button interrupts, we'll want to make use of this code for domain-services where the LDOM manager can send reboot requests to the guest node. Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
150 B
C
8 lines
150 B
C
#ifndef _SPARC64_POWER_H
|
|
#define _SPARC64_POWER_H
|
|
|
|
extern void wake_up_powerd(void);
|
|
extern int start_powerd(void);
|
|
|
|
#endif /* !(_SPARC64_POWER_H) */
|