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>
7 lines
150 B
C
7 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) */
|