1# Copyright (c) 2023, Meta
2# SPDX-License-Identifier: Apache-2.0
3
4zephyr_library()
5
6zephyr_syscall_header(
7  ${ZEPHYR_BASE}/include/zephyr/drivers/misc/devmux/devmux.h
8)
9
10zephyr_library_sources(devmux.c)
11