forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Andrew Boie
authored and
Anas Nashif
committed
Oct 12, 2017
1 parent
e5b5407
commit 225e4c0
Showing
15 changed files
with
244 additions
and
395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.