mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
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) */
|