summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/Semaphore.h
blob: 9a66b9fece10f29c6dc8c8b946ced358fb17e593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* -------------------------------------------

  Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved.

------------------------------------------- */

#pragma once

#include <CompilerKit/CompilerKit.h>
#include <KernelKit/Timer.h>
#include <NewKit/Defines.h>

namespace Kernel {
typedef Int64 Semaphore;
}  // namespace Kernel