// 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_H_ #define _NE_H_ #define _NE_SYSTEM 202603L #include // POSIX wrapper #include // IPC #include // System calls #include // Sound mixer #include #endif // !_NE_H_