From 6bcd425f0ee691eceeec5b3c6743aca4b0bbf66c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 21 Feb 2026 06:10:42 +0100 Subject: feat: BootZ: BootThread and other modules patches and hardening. Copyright year updates. feat: Kernel: Copyright year updates. Signed-off-by: Amlal El Mahrouss --- src/hint/CompilerHint.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'src/hint') diff --git a/src/hint/CompilerHint.h b/src/hint/CompilerHint.h index 266ce024..315d9fdb 100644 --- a/src/hint/CompilerHint.h +++ b/src/hint/CompilerHint.h @@ -1,11 +1,11 @@ -// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/nekernel-org/nekernel -#ifndef _NE_COMPILERHINT_H_ -#define _NE_COMPILERHINT_H_ +#ifndef NE_COMPILERHINT_H +#define NE_COMPILERHINT_H -#ifdef __NECTI__ +#ifdef __NECTAR__ #pragma compiler(hint_manifest) #endif @@ -20,4 +20,7 @@ #define _InOut #define _StrictInOut -#endif // ifndef _NE_COMPILERHINT_H_ +#define _OptionalIn +#define _OptionalOut + +#endif // ifndef NE_COMPILERHINT_H -- cgit v1.2.3