Statistics
| Branch: | Revision:

root / hw / mips_cpudevs.h @ 43ad7e3e

History | View | Annotate | Download (372 Bytes)

1 b970ea8f Blue Swirl
#ifndef HW_MIPS_CPUDEVS_H
2 b970ea8f Blue Swirl
#define HW_MIPS_CPUDEVS_H
3 b970ea8f Blue Swirl
/* Definitions for MIPS CPU internal devices.  */
4 b970ea8f Blue Swirl
5 b970ea8f Blue Swirl
/* mips_addr.c */
6 b970ea8f Blue Swirl
uint64_t cpu_mips_kseg0_to_phys(void *opaque, uint64_t addr);
7 b970ea8f Blue Swirl
uint64_t cpu_mips_phys_to_kseg0(void *opaque, uint64_t addr);
8 b970ea8f Blue Swirl
9 b970ea8f Blue Swirl
/* mips_int.c */
10 b970ea8f Blue Swirl
void cpu_mips_irq_init_cpu(CPUState *env);
11 b970ea8f Blue Swirl
12 b970ea8f Blue Swirl
/* mips_timer.c */
13 b970ea8f Blue Swirl
void cpu_mips_clock_init(CPUState *);
14 b970ea8f Blue Swirl
15 b970ea8f Blue Swirl
#endif