Revision 376253ec hw/pcmcia.h

b/hw/pcmcia.h
1 1
/* PCMCIA/Cardbus */
2 2

  
3
#include "qemu-common.h"
4

  
3 5
struct pcmcia_socket_s {
4 6
    qemu_irq irq;
5 7
    int attached;
......
9 11

  
10 12
void pcmcia_socket_register(struct pcmcia_socket_s *socket);
11 13
void pcmcia_socket_unregister(struct pcmcia_socket_s *socket);
12
void pcmcia_info(void);
14
void pcmcia_info(Monitor *mon);
13 15

  
14 16
struct pcmcia_card_s {
15 17
    void *state;

Also available in: Unified diff