Files
mop3/kernel/sys/spin.h
2026-02-20 15:33:16 +01:00

7 lines
103 B
C

#ifndef _KERNEL_SYS_SPIN_H
#define _KERNEL_SYS_SPIN_H
void spin (void);
#endif // _KERNEL_SYS_SPIN_H