zephyr/subsys/mgmt/updatehub
Daniel Leung cacefd4c33 mgmt: syscalls: use zephyr_syscall_header
This adds a few line use zephyr_syscall_header() to include
headers containing syscall function prototypes.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-06-17 07:57:45 -04:00
..
CMakeLists.txt mgmt: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
Kconfig mgmt: updatehub: Change Kconfig select to depends on 2023-03-03 10:49:32 +01:00
shell.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
updatehub.c mgmt: updatehub: Add userspace syscalls 2023-01-23 10:24:07 +00:00
updatehub_device.c mgmt: updatehub: Clean-up device headers 2023-01-12 12:11:31 +01:00
updatehub_device.h mgmt: updatehub: Clean-up device headers 2023-01-12 12:11:31 +01:00
updatehub_firmware.c mgmt: updatehub: Clean-up firmware headers 2023-01-12 12:11:31 +01:00
updatehub_firmware.h mgmt: updatehub: Clean-up firmware headers 2023-01-12 12:11:31 +01:00
updatehub_handlers.c mgmt: updatehub: Add userspace syscalls 2023-01-23 10:24:07 +00:00
updatehub_integrity.c mgmt: updatehub: Rework check integrity 2023-01-09 15:24:10 +00:00
updatehub_integrity.h mgmt: updatehub: Rework check integrity 2023-01-09 15:24:10 +00:00
updatehub_priv.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
updatehub_storage.c mgmt: updatehub: Add storage abstraction 2023-01-12 12:11:31 +01:00
updatehub_storage.h mgmt: updatehub: Add storage abstraction 2023-01-12 12:11:31 +01:00
updatehub_timer.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
updatehub_timer.h