Changeset 17 for trunk/hal/generic/hal_syscall.h
- Timestamp:
- May 11, 2017, 7:49:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_syscall.h
r16 r17 1 1 /* 2 2 * hal_syscall.h - Architecture specific syscall handler API definition. 3 * 3 * 4 4 * Author Alain Greiner (2016,2017) 5 5 * … … 28 28 29 29 ////////////////////////////////////////////////////////////////////////////////////////// 30 // ARchitecture specific syscall handler 30 // ARchitecture specific syscall handler API 31 31 // 32 // The calling thread context has been saved in the cpu_uzone array, 32 // The calling thread context has been saved in the cpu_uzone array, 33 33 // stored in the user thread descriptor by the hal_kentry function. 34 34 // The architecture specific handler must use this array to get the syscall
Note: See TracChangeset
for help on using the changeset viewer.