From 7df7ed6d026c5e1f3b8111e3536af3771301c177 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 28 Dec 2025 09:30:38 +0100 Subject: feat! firmware breaking changes on the API. Signed-off-by: Amlal El Mahrouss --- src/hal/neboot-ahci-driver.c | 13 ++++++------- src/hal/neboot-flash-driver.c | 8 ++++---- 2 files changed, 10 insertions(+), 11 deletions(-) (limited to 'src/hal') 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 -#include +#include +#include #define NB_AHCI_DRIVER_NAME ("@sata") diff --git a/src/hal/neboot-flash-driver.c b/src/hal/neboot-flash-driver.c index 8e1f02d..61d205c 100644 --- a/src/hal/neboot-flash-driver.c +++ b/src/hal/neboot-flash-driver.c @@ -4,7 +4,7 @@ Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0. ------------------------------------------- */ -#include -#include -#include -#include +#include +#include +#include +#include -- cgit v1.2.3