diff options
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_rom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/pci_rom.h b/src/include/device/pci_rom.h index a929206318..2fb2f7a8d5 100644 --- a/src/include/device/pci_rom.h +++ b/src/include/device/pci_rom.h @@ -1,6 +1,6 @@ #ifndef PCI_ROM_H #define PCI_ROM_H -#include <arch/byteorder.h> +#include <endian.h> #include <stddef.h> #define PCI_ROM_HDR 0xAA55 |