// 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 LIBTHREAD_FOUNDATION_H #define LIBTHREAD_FOUNDATION_H #include #define LIBTHREAD_VERSION 0x100000 #endif // LIBTHREAD_FOUNDATION_H