2 * Copyright 2009, Haiku Inc.
3 * Distributed under the terms of the MIT License.
8 #include "pci_private.h"
20 pci_read_io_8(int mapped_io_addr
)
28 pci_write_io_8(int mapped_io_addr
, uint8 value
)
35 pci_read_io_16(int mapped_io_addr
)
43 pci_write_io_16(int mapped_io_addr
, uint16 value
)
50 pci_read_io_32(int mapped_io_addr
)
58 pci_write_io_32(int mapped_io_addr
, uint32 value
)