mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 08:36:48 +07: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) */
|