mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Break up vl.h.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3674 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
257514ddce
commit
87ecb68bdf
224 changed files with 2416 additions and 1842 deletions
25
hw/mips.h
Normal file
25
hw/mips.h
Normal file
|
@ -0,0 +1,25 @@
|
|||
#ifndef HW_MIPS_H
|
||||
#define HW_MIPS_H
|
||||
/* Definitions for mips board emulation. */
|
||||
|
||||
/* gt64xxx.c */
|
||||
PCIBus *pci_gt64120_init(qemu_irq *pic);
|
||||
|
||||
/* ds1225y.c */
|
||||
typedef struct ds1225y_t ds1225y_t;
|
||||
ds1225y_t *ds1225y_init(target_phys_addr_t mem_base, const char *filename);
|
||||
|
||||
/* mipsnet.c */
|
||||
void mipsnet_init(int base, qemu_irq irq, NICInfo *nd);
|
||||
|
||||
/* jazz_led.c */
|
||||
extern void jazz_led_init(DisplayState *ds, target_phys_addr_t base);
|
||||
|
||||
/* mips_int.c */
|
||||
extern void cpu_mips_irq_init_cpu(CPUState *env);
|
||||
|
||||
/* mips_timer.c */
|
||||
extern void cpu_mips_clock_init(CPUState *);
|
||||
extern void cpu_mips_irqctrl_init (void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue