diff options
Diffstat (limited to 'include/system/config.hpp.in')
| -rw-r--r-- | include/system/config.hpp.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/system/config.hpp.in b/include/system/config.hpp.in new file mode 100644 index 0000000..1b22387 --- /dev/null +++ b/include/system/config.hpp.in @@ -0,0 +1,16 @@ +// Copyright 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/src + +#pragma once + +#include @_TYPES_INCLUDE@ + +#define _ARCH @_ARCH_VER@ +#define _SUBSYSTEM_NET @_NET_VER@ +#define _SUBSYSTEM_DDK @_DDK_VER@ +#define _SUBSYSTEM_SYS @_SYS_VER@ +#define _NEKERNEL @_NEKERNEL_VER@ + + + |
