Revision c3d2689d vl.h

b/vl.h
1417 1417
extern QEMUMachine borzoipda_machine;
1418 1418
extern QEMUMachine terrierpda_machine;
1419 1419

  
1420
/* palm.c */
1421
extern QEMUMachine palmte_machine;
1422

  
1420 1423
/* ps2.c */
1421 1424
void *ps2_kbd_init(void (*update_irq)(void *, int), void *update_arg);
1422 1425
void *ps2_mouse_init(void (*update_irq)(void *, int), void *update_arg);
......
1606 1609

  
1607 1610
#include "hw/pxa.h"
1608 1611

  
1612
#include "hw/omap.h"
1613

  
1609 1614
/* mcf_uart.c */
1610 1615
uint32_t mcf_uart_read(void *opaque, target_phys_addr_t addr);
1611 1616
void mcf_uart_write(void *opaque, target_phys_addr_t addr, uint32_t val);

Also available in: Unified diff