Revision 73b01960 target-ppc/cpu.h

b/target-ppc/cpu.h
795 795
}
796 796

  
797 797
/* Device control registers */
798
int ppc_dcr_read (ppc_dcr_t *dcr_env, int dcrn, target_ulong *valp);
799
int ppc_dcr_write (ppc_dcr_t *dcr_env, int dcrn, target_ulong val);
798
int ppc_dcr_read (ppc_dcr_t *dcr_env, int dcrn, uint32_t *valp);
799
int ppc_dcr_write (ppc_dcr_t *dcr_env, int dcrn, uint32_t val);
800 800

  
801 801
#define cpu_init cpu_ppc_init
802 802
#define cpu_exec cpu_ppc_exec

Also available in: Unified diff