summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/cec-funcs.h
blob: 1107b04e4e08fc3058aae32d921db632cdccacb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * SPDX-License-Identifier: BSD-2-Clause
 *
 * Copyright (c) 2025-2026 The FreeBSD Foundation
 * Copyright (c) 2025-2026 Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
 *
 * This software was developed by Jean-Sébastien Pédron under sponsorship
 * from the FreeBSD Foundation.
 */

#ifndef _LINUXKPI_LINUX_CEC_FUNCS_H_
#define	_LINUXKPI_LINUX_CEC_FUNCS_H_

#include <linux/cec.h>

#endif