// 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 _SYSTEM_NE_SYSTEM_H_ #define _SYSTEM_NE_SYSTEM_H_ #define _NE_SYSTEM 202603L #include /// @brief POSIX wrapper API #include /// @brief IPC API #include /// @brief System calls API #include /// @brief Sound mixer API #include #ifdef _NE_NEED_X11 #include #endif #ifdef _NE_NEED_WAYLAND #include #endif #endif // _SYSTEM_NE_SYSTEM_H_