~ubuntu-branches/ubuntu/wily/qemu-kvm-spice/wily

« back to all changes in this revision

Viewing changes to hw/mips_cpudevs.h

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-10-19 10:44:56 UTC
  • Revision ID: james.westby@ubuntu.com-20111019104456-xgvskumk3sxi97f4
Tags: upstream-0.15.0+noroms
ImportĀ upstreamĀ versionĀ 0.15.0+noroms

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 */
 
10
void cpu_mips_irq_init_cpu(CPUState *env);
 
11
 
 
12
/* mips_timer.c */
 
13
void cpu_mips_clock_init(CPUState *);
 
14
 
 
15
#endif