7 lines
103 B
C
7 lines
103 B
C
#ifndef _KERNEL_SYS_SPIN_H
|
|
#define _KERNEL_SYS_SPIN_H
|
|
|
|
void spin (void);
|
|
|
|
#endif // _KERNEL_SYS_SPIN_H
|