blob: 96701f3586065cd7f6908e0151e189e73ef99da4 (
plain)
1
2
3
4
5
6
7
8
|
// 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/nekernel
#pragma once
#include <libPOSIXWrapper/POSIXKit/POSIX.h>
|