Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2025 16:03:06 GMT
From:      =?utf-8?Q?Jean-S=C3=A9bastien?= =?utf-8?Q?P=C3=A9dron?= <dumbbell@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9136a44a2dff - main - linuxkpi: Add <linux/cec.h>
Message-ID:  <202501311603.50VG362H038294@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501311603.50VG362H038294>