Revision a4c75a21 hw/pcnet.h

b/hw/pcnet.h
32 32
void pcnet_h_reset(void *opaque);
33 33
void pcnet_ioport_writew(void *opaque, uint32_t addr, uint32_t val);
34 34
uint32_t pcnet_ioport_readw(void *opaque, uint32_t addr);
35
void pcnet_ioport_writel(void *opaque, uint32_t addr, uint32_t val);
36
uint32_t pcnet_ioport_readl(void *opaque, uint32_t addr);
37
uint32_t pcnet_bcr_readw(PCNetState *s, uint32_t rap);
35 38
int pcnet_can_receive(VLANClientState *nc);
36 39
ssize_t pcnet_receive(VLANClientState *nc, const uint8_t *buf, size_t size_);
37 40
void pcnet_common_cleanup(PCNetState *d);

Also available in: Unified diff