// SPDX-License-Identifier: Apache-2.0 // 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/ne_system #ifndef _NE_SYSTEM_H_ #define _NE_SYSTEM_H_ #define _NE_SYSTEM 202603L #include // POSIX wrapper API #include // IPC API #include // System calls API #include // Sound mixer API #include #ifdef _NE_NEED_X11 #include #endif #endif // !_NE_SYSTEM_H_