mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +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) */
|