diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-21 06:10:42 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-21 06:10:42 +0100 |
| commit | 6bcd425f0ee691eceeec5b3c6743aca4b0bbf66c (patch) | |
| tree | 16e6fb5a7cfc8304b35383543d88bce363911c3c /src/hint/CompilerHint.h | |
| parent | 0497cb15ae35a38847e0b5914a03c29d686369f0 (diff) | |
feat: BootZ: BootThread and other modules patches and hardening. Copyright year updates.
feat: Kernel: Copyright year updates.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/hint/CompilerHint.h')
| -rw-r--r-- | src/hint/CompilerHint.h | 13 |
1 files changed, 8 insertions, 5 deletions
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 |
