Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/compat/linuxkpi/common/include/linux/cec-funcs.h
96366 views
1
/*
2
* SPDX-License-Identifier: BSD-2-Clause
3
*
4
* Copyright (c) 2025-2026 The FreeBSD Foundation
5
* Copyright (c) 2025-2026 Jean-Sébastien Pédron <[email protected]>
6
*
7
* This software was developed by Jean-Sébastien Pédron under sponsorship
8
* from the FreeBSD Foundation.
9
*/
10
11
#ifndef _LINUXKPI_LINUX_CEC_FUNCS_H_
12
#define _LINUXKPI_LINUX_CEC_FUNCS_H_
13
14
#include <linux/cec.h>
15
16
#endif
17
18