NeKernel dev
Loading...
Searching...
No Matches
CompilerHint.h
Go to the documentation of this file.
1/* ========================================
2
3 Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
4
5======================================== */
6
7#ifndef _NE_COMPILERHINT_H_
8#define _NE_COMPILERHINT_H_
9
10#ifdef __NECTI__
11#pragma compiler(hint_manifest)
12#endif
13
14#define _Input
15#define _Output
16
17#define _Optional
18
19#define _StrictCheckInput
20#define _StrictCheckOutput
21
22#define _InOut
23#define _StrictInOut
24
25#endif // ifndef _NE_COMPILERHINT_H_