summaryrefslogtreecommitdiffhomepage
path: root/src/hal/neboot-ahci-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hal/neboot-ahci-driver.c')
-rw-r--r--src/hal/neboot-ahci-driver.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/hal/neboot-ahci-driver.c b/src/hal/neboot-ahci-driver.c
index 0b240a0..ff5f630 100644
--- a/src/hal/neboot-ahci-driver.c
+++ b/src/hal/neboot-ahci-driver.c
@@ -1,8 +1,7 @@
-/* -------------------------------------------
-
- Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0.
-
-------------------------------------------- */
+// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Distributed under the Apache Software License, Version 2.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
+// Official repository: https://github.com/nekernel-org/neboot
/**
* @file neboot-ahci-driver.cc
@@ -15,8 +14,8 @@
*
*/
-#include <lib/boot.h>
-#include <lib/pci-tree.h>
+#include <include/boot.h>
+#include <include/pci-tree.h>
#define NB_AHCI_DRIVER_NAME ("@sata")