summaryrefslogtreecommitdiffstats
path: root/cpukit/libpci/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libpci/pci.h')
-rw-r--r--cpukit/libpci/pci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libpci/pci.h b/cpukit/libpci/pci.h
index fc33bbb18a..efefcecaa9 100644
--- a/cpukit/libpci/pci.h
+++ b/cpukit/libpci/pci.h
@@ -53,12 +53,12 @@ enum {
*
* The active configuration Library set this variable.
*/
-enum {
+enum pci_system_type {
PCI_SYSTEM_NONE = 0,
PCI_SYSTEM_HOST = 1,
PCI_SYSTEM_PERIPHERAL = 2,
};
-extern int pci_system_type;
+extern enum pci_system_type pci_system_type;
/* PCI Bus Endianness. The PCI specification is little endian, however on some
* embedded systems (AT697-LEON2 for example) the PCI bus is defined as big