root/sys/compat/linuxkpi/common/include/media/cec-notifier.h
/*
 * 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_NOTIFIER_H_
#define _LINUXKPI_MEDIA_CEC_NOTIFIER_H_

#include <linux/err.h>
#include <media/cec.h>

#endif