zephyr/misc
Andrew Boie 225e4c0e76 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>
2017-10-12 16:26:28 -05:00
..
generated kernel: remove legacy.h and MDEF support 2017-04-19 10:59:35 -05:00
Kconfig subsystem: cleanup misc and make cpp a subsystem 2017-07-06 09:13:46 -05:00
Makefile subsystem: cleanup misc and make cpp a subsystem 2017-07-06 09:13:46 -05:00
printk.c kernel: greatly simplify syscall handlers 2017-10-12 16:26:28 -05:00
reboot.c
ring_buffer.c misc: convert to using newly introduced integer sized types 2017-04-20 11:56:00 -05:00