Add PowerPC power-management state check callback.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3441 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
j_mayer 2007-10-25 23:27:04 +00:00
parent 2f462816ac
commit cd346349b4
1 changed files with 1 additions and 0 deletions

View File

@ -584,6 +584,7 @@ struct CPUPPCState {
/* Power management */
int power_mode;
int (*check_pow)(CPUPPCState *env);
/* temporary hack to handle OSI calls (only used if non NULL) */
int (*osi_call)(struct CPUPPCState *env);