Revision cdbdb648 vl.h

b/vl.h
966 966
extern QEMUMachine integratorcp926_machine;
967 967
extern QEMUMachine integratorcp1026_machine;
968 968

  
969
/* versatilepb.c */
970
extern QEMUMachine versatilepb_machine;
971

  
969 972
/* ps2.c */
970 973
void *ps2_kbd_init(void (*update_irq)(void *, int), void *update_arg);
971 974
void *ps2_mouse_init(void (*update_irq)(void *, int), void *update_arg);
......
981 984
/* pl110.c */
982 985
void *pl110_init(DisplayState *ds, uint32_t base, void *pic, int irq, int);
983 986

  
987
/* pl011.c */
988
void pl011_init(uint32_t base, void *pic, int irq, CharDriverState *chr);
989

  
990
/* pl050.c */
991
void pl050_init(uint32_t base, void *pic, int irq, int is_mouse);
992

  
993
/* pl080.c */
994
void *pl080_init(uint32_t base, void *pic, int irq);
995

  
996
/* pl190.c */
997
void *pl190_init(uint32_t base, void *parent, int irq, int fiq);
998

  
999
/* arm-timer.c */
1000
void sp804_init(uint32_t base, void *pic, int irq);
1001
void icp_pit_init(uint32_t base, void *pic, int irq);
1002

  
984 1003
#endif /* defined(QEMU_TOOL) */
985 1004

  
986 1005
/* monitor.c */

Also available in: Unified diff