summaryrefslogtreecommitdiff
path: root/target_arm64/usr/include/xorg/xf86Pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'target_arm64/usr/include/xorg/xf86Pci.h')
-rw-r--r--target_arm64/usr/include/xorg/xf86Pci.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/target_arm64/usr/include/xorg/xf86Pci.h b/target_arm64/usr/include/xorg/xf86Pci.h
index f69e55b..210ab3d 100644
--- a/target_arm64/usr/include/xorg/xf86Pci.h
+++ b/target_arm64/usr/include/xorg/xf86Pci.h
@@ -232,28 +232,7 @@
* Typedefs, etc...
*/
-/* Primitive Types */
-typedef unsigned long ADDRESS; /* Memory/PCI address */
-typedef unsigned long IOADDRESS _X_DEPRECATED; /* Must be large enough for a pointer */
-typedef CARD32 PCITAG _X_DEPRECATED;
-
-typedef enum {
- PCI_MEM,
- PCI_MEM_SIZE,
- PCI_MEM_SPARSE_BASE,
- PCI_MEM_SPARSE_MASK,
- PCI_IO,
- PCI_IO_SIZE,
- PCI_IO_SPARSE_BASE,
- PCI_IO_SPARSE_MASK
-} PciAddrType;
-
/* Public PCI access functions */
extern _X_EXPORT Bool xf86scanpci(void);
-/* Domain access functions. Some of these probably shouldn't be public */
-extern _X_EXPORT struct pci_io_handle *xf86MapLegacyIO(struct pci_device *dev);
-extern _X_EXPORT void xf86UnmapLegacyIO(struct pci_device *,
- struct pci_io_handle *);
-
#endif /* _XF86PCI_H */