git: 9136a44a2dff - main - linuxkpi: Add <linux/cec.h>

From: Jean-Sébastien Pédron <dumbbell_at_FreeBSD.org>
Date: Fri, 31 Jan 2025 16:03:06 UTC
The branch main has been updated by dumbbell:

URL: https://cgit.FreeBSD.org/src/commit/?id=9136a44a2dff46e3236df221569ead08f4d48de8

commit 9136a44a2dff46e3236df221569ead08f4d48de8
Author:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
AuthorDate: 2024-12-19 22:58:04 +0000
Commit:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
CommitDate: 2025-01-31 16:00:42 +0000

    linuxkpi: Add <linux/cec.h>
    
    Reviewed by:    manu
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D48740
---
 sys/compat/linuxkpi/common/include/linux/cec.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/sys/compat/linuxkpi/common/include/linux/cec.h b/sys/compat/linuxkpi/common/include/linux/cec.h
new file mode 100644
index 000000000000..e0854d87d85c
--- /dev/null
+++ b/sys/compat/linuxkpi/common/include/linux/cec.h
@@ -0,0 +1,8 @@
+/* Public domain */
+
+#ifndef _LINUXKPI_LINUX_CEC_H_
+#define	_LINUXKPI_LINUX_CEC_H_
+
+#define CEC_PHYS_ADDR_INVALID		0xffff
+
+#endif /* _LINUXKPI_LINUX_CEC_H_ */