Revision cb9c377f hw/ppc.h

b/hw/ppc.h
1
#ifndef HW_PPC_H
2
#define HW_PPC_H 1
3

  
1 4
void ppc_set_irq (CPUPPCState *env, int n_IRQ, int level);
2 5

  
3 6
/* PowerPC hardware exceptions management helpers */
......
90 93

  
91 94
/* ppc_booke.c */
92 95
void ppc_booke_timers_init(CPUPPCState *env, uint32_t freq, uint32_t flags);
96

  
97
#endif

Also available in: Unified diff