diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-10 12:06:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-10 12:06:06 +0100 |
| commit | 3207a534cbb1bbb1a926fc0eecefab2c5541eba8 (patch) | |
| tree | c95cc94e0f5318415d5dfcd3477c65db071df7b4 /include/System/Ne.h | |
| parent | 3030eabdfe1333428eb621a4330a54f83f5d2e7b (diff) | |
| parent | b04ea5dfdf87f9ad1004ece99d2a85acc5b44a1e (diff) | |
Merge pull request #8 from ne-foss-org/ne-system-includes
[CHORE] Update include headers of the NeSystem.
Diffstat (limited to 'include/System/Ne.h')
| -rw-r--r-- | include/System/Ne.h | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/include/System/Ne.h b/include/System/Ne.h index 7b54607..9bacc81 100644 --- a/include/System/Ne.h +++ b/include/System/Ne.h @@ -1,8 +1,21 @@ // Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/ne-foss-org/src +// Official repository: https://github.com/ne-foss-org/ne_system -#pragma once +#ifndef _NE_H_ +#define _NE_H_ + +#define _NE_SYSTEM 202603L #include <System/Config.h> + +// POSIX wrapper +#include <libPOSIXWrapper/POSIXKit/unistd.h> +// IPC +#include <libMsg/MsgKit/Server.h> +// System calls #include <libSystem/SystemKit/System.h> +// Sound mixer +#include <libSoundSystem/SoundSystemKit/VirtualMixer.h> + +#endif // !_NE_H_ |
