diff options
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/include/arch/io.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/arch/x86/include/arch/io.h b/src/arch/x86/include/arch/io.h index f47973e2fb..9e2a877906 100644 --- a/src/arch/x86/include/arch/io.h +++ b/src/arch/x86/include/arch/io.h @@ -17,9 +17,7 @@ #include <endian.h> #include <stdint.h> #include <rules.h> - -typedef u32 pci_devfn_t; -typedef u32 pnp_devfn_t; +#include <device/pci_type.h> /* * This file contains the definitions for the x86 IO instructions |