Commit c1d9dc4f authored by Daniel Leung's avatar Daniel Leung Committed by Anas Nashif
Browse files

rtio: syscalls: use zephyr_syscall_header



This adds a few line use zephyr_syscall_header() to include
headers containing syscall function prototypes.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent c51d80fd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@
# SPDX-License-Identifier: Apache-2.0

if(CONFIG_RTIO)
	zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/rtio/rtio.h)

	zephyr_library()

	zephyr_include_directories(${ZEPHYR_BASE}/subsys/rtio)