commit | 225e4c0e760c7e22b45dd648548c7ef339a2c766 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Oct 12 09:54:26 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Oct 12 16:26:28 2017 -0500 |
tree | 69a17e9a8f8defd44954f2dee84041c8c9457888 | |
parent | e5b5407ece7630fa9e792fc1279a4ec67d733d28 [diff] |
kernel: greatly simplify syscall handlers We now have macros which should significantly reduce the amount of boilerplate involved with defining system call handlers. - Macros which define the proper prototype based on number of arguments - "SIMPLE" variants which create handlers that don't need anything other than object verification Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>