Changeset 407 for trunk/kernel/kern/do_syscall.h
- Timestamp:
- Nov 7, 2017, 3:08:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/do_syscall.h
r16 r407 1 1 /* 2 * do_syscall.h - kernel service numbers asked by userland2 * do_syscall.h - generic syscall handler. 3 3 * 4 4 * Authors Ghassan Almaless (2008,2009,2010,2011,2012) … … 32 32 /******************************************************************************************** 33 33 * This function calls the kernel function defined by the <service_num> argument. 34 * The possible values for servic_num are defined in the syscalls/syscalls.h file. 34 35 ******************************************************************************************** 35 36 * @ this : pointer on calling thread descriptor
Note: See TracChangeset
for help on using the changeset viewer.