commit | fa94ee74602a04b2f159371cbe90721f85a5478e | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Sep 28 16:54:35 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Fri Sep 29 13:02:20 2017 -0700 |
tree | d7ccfb0557903b34c9a14913ac6ac5c27fee095e | |
parent | 3d4f213a9c7b227cce88917463c50cdfe0fc89c8 [diff] |
syscalls: greatly simplify system call declaration To define a system call, it's now sufficient to simply tag the inline prototype with "__syscall" or "__syscall_inline" and include a special generated header at the end of the header file. The system call dispatch table and enumeration of system call IDs is now automatically generated. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>