Revision 6872ef61 hw/pc.h

b/hw/pc.h
65 65
void hpet_pit_enable(void);
66 66

  
67 67
/* vmport.c */
68
void vmport_init(void);
68
static inline void vmport_init(void)
69
{
70
    isa_create_simple("vmport");
71
}
69 72
void vmport_register(unsigned char command, IOPortReadFunc *func, void *opaque);
70 73

  
71 74
/* vmmouse.c */

Also available in: Unified diff