Blue Swirl | b970ea8 | 2010-03-27 07:26:16 +0000 | [diff] [blame] | 1 | #ifndef HW_MIPS_CPUDEVS_H |
| 2 | #define HW_MIPS_CPUDEVS_H |
| 3 | /* Definitions for MIPS CPU internal devices. */ |
| 4 | |
| 5 | /* mips_addr.c */ |
| 6 | uint64_t cpu_mips_kseg0_to_phys(void *opaque, uint64_t addr); |
| 7 | uint64_t cpu_mips_phys_to_kseg0(void *opaque, uint64_t addr); |
| 8 | |
| 9 | /* mips_int.c */ |
Andreas Färber | 61c56c8 | 2012-03-14 01:38:23 +0100 | [diff] [blame] | 10 | void cpu_mips_irq_init_cpu(CPUMIPSState *env); |
Blue Swirl | b970ea8 | 2010-03-27 07:26:16 +0000 | [diff] [blame] | 11 | |
| 12 | /* mips_timer.c */ |
Andreas Färber | 61c56c8 | 2012-03-14 01:38:23 +0100 | [diff] [blame] | 13 | void cpu_mips_clock_init(CPUMIPSState *); |
Blue Swirl | b970ea8 | 2010-03-27 07:26:16 +0000 | [diff] [blame] | 14 | |
| 15 | #endif |