You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
322 B
13 lines
322 B
#ifndef _SPARC64_SSTATE_H
|
|
#define _SPARC64_SSTATE_H
|
|
|
|
extern void sstate_booting(void);
|
|
extern void sstate_running(void);
|
|
extern void sstate_halt(void);
|
|
extern void sstate_poweroff(void);
|
|
extern void sstate_panic(void);
|
|
extern void sstate_reboot(void);
|
|
|
|
extern void sun4v_sstate_init(void);
|
|
|
|
#endif /* _SPARC64_SSTATE_H */
|
|
|