From 346a9a5739688c19eb25d7f72b400dd4056b8ce4 Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Wed, 8 Apr 2015 10:16:51 +0200 Subject: LIBPCI: use enum with pci_system_type --- cpukit/libpci/pci_cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libpci/pci_cfg.c') diff --git a/cpukit/libpci/pci_cfg.c b/cpukit/libpci/pci_cfg.c index e27d84536c..7bab47854f 100644 --- a/cpukit/libpci/pci_cfg.c +++ b/cpukit/libpci/pci_cfg.c @@ -18,7 +18,7 @@ int pci_bus_cnt = 0; uint32_t pci_invalid_address = 0; /* PCI System type. Configuration Library setup this */ -int pci_system_type = PCI_SYSTEM_NONE; +enum pci_system_type pci_system_type = PCI_SYSTEM_NONE; /* PCI Endianness. * -- cgit v1.2.3