summaryrefslogtreecommitdiffhomepage
path: root/lib/pci-tree.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 10:55:49 +0100
committerGitHub <noreply@github.com>2025-11-17 10:55:49 +0100
commitc8dff0d2bb5a7c622ae7a7831f6ce42ad6635473 (patch)
treea22155808898df7b9bf9b5f0254b6ceb3086ab88 /lib/pci-tree.h
parentb9d6c2fffc397cd8dd9f7948be6f17f24d4f4850 (diff)
parenta4d3338e4f9ce011180b6d4f599acb4f34bba617 (diff)
Merge pull request #10 from nekernel-org/dev
meta: important document improvements.
Diffstat (limited to 'lib/pci-tree.h')
-rw-r--r--lib/pci-tree.h6
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;