Files
mop3/kernel/sys/spin_lock.h
kamkow1 90084652fa
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 1m31s
Build documentation / build-and-deploy (push) Successful in 1m2s
Remove spin_lock_save_flags() and spin_lock_restore_flags()
2026-04-27 18:11:18 +02:00

9 lines
151 B
C

#ifndef _KERNEL_SYS_SPIN_LOCK_H
#define _KERNEL_SYS_SPIN_LOCK_H
#include <libk/std.h>
void spin_lock_relax(void);
#endif // _KERNEL_SYS_SPIN_LOCK_H