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>
This commit is contained in:
Daniel Leung 2023-05-26 16:38:34 -07:00 committed by Anas Nashif
parent 057ceb1408
commit cacefd4c33

View file

@ -4,6 +4,10 @@
# SPDX -License-Identifier: Apache-2.0
#
zephyr_syscall_header(
${ZEPHYR_BASE}/include/zephyr/mgmt/updatehub.h
)
zephyr_library()
zephyr_library_sources_ifdef(CONFIG_UPDATEHUB updatehub.c)