diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-10 22:38:24 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-10 22:38:24 +0100 |
| commit | 076c8378e96a9fac9864c9d02bb63fa7dd423e4a (patch) | |
| tree | f48cd96b3dd3026ab69bf78f9d7c599cd40cd0f8 /docs | |
| parent | 8ea5c74d86db0b24326362d53a935cfbba455260 (diff) | |
chore: using more header guards than pragma once.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tex/binary_mutex.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tex/binary_mutex.tex b/docs/tex/binary_mutex.tex index b326f4b4..548f440f 100644 --- a/docs/tex/binary_mutex.tex +++ b/docs/tex/binary_mutex.tex @@ -51,7 +51,7 @@ class BinaryMutex final { public: bool Lock(UserProcess* process); - bool LockAndWait(UserProcess* process, TimerInterface* timer); + bool LockAndWait(UserProcess* process, ITimer* timer); public: NE_COPY_DEFAULT(BinaryMutex) |
