/* * 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_MEDIA_CEC_H_ #define _LINUXKPI_MEDIA_CEC_H_ #include <linux/poll.h> #include <linux/fs.h> #include <linux/debugfs.h> #include <linux/device.h> #include <linux/cdev.h> #include <linux/kthread.h> #include <linux/timer.h> #include <linux/cec-funcs.h> #endif