Files
mini-riscv-os/10-SystemCall/include/user_api.h
2021-09-08 10:31:37 +08:00

8 lines
143 B
C

#ifndef __USER_API_H__
#define __USER_API_H__
/* user mode syscall APIs */
extern int gethid(unsigned int *hid);
#endif /* __USER_API_H__ */