7 lines
102 B
C
7 lines
102 B
C
#ifndef HAL_SYSCALL_H_
|
|
#define HAL_SYSCALL_H_
|
|
|
|
void hal_syscall_init(void);
|
|
|
|
#endif // HAL_SYSCALL_H_
|