drivers: 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-24 15:27:04 -07:00 committed by Anas Nashif
commit 26ecaba4af
36 changed files with 92 additions and 0 deletions

View file

@ -1,5 +1,9 @@
# SPDX-License-Identifier: Apache-2.0
zephyr_syscall_header(
${ZEPHYR_BASE}/include/zephyr/drivers/virtualization/ivshmem.h
)
zephyr_library()
zephyr_library_sources_ifdef(CONFIG_IVSHMEM virt_ivshmem.c)