diff options
Diffstat (limited to 'lib/pci-tree.h')
| -rw-r--r-- | lib/pci-tree.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/pci-tree.h b/lib/pci-tree.h index a68fd4c..b73d827 100644 --- a/lib/pci-tree.h +++ b/lib/pci-tree.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024-2025, Amlal EL Mahrouss, all rights reserved. + Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved. ------------------------------------------- */ @@ -8,7 +8,7 @@ /// @file pci-tree.h /// @brief PCI Tree layout. -/// @author Amlal EL Mahrouss +/// @author Amlal El Mahrouss #include <lib/boot.h> @@ -42,7 +42,7 @@ typedef uint8_t cb_pci_device_t; /// @brief hardware tree header /// used by guest to resolve hardware peripherals. -struct hw_cb_pci_tree { +struct hw_nb_pci_tree { cb_pci_num_t d_magic; cb_pci_num_t d_version; cb_pci_num_t d_off_props; |
