mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 15:52:40 -04:00
Reviewed by: manu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D48740
8 lines
159 B
C
8 lines
159 B
C
/* Public domain */
|
|
|
|
#ifndef _LINUXKPI_LINUX_CEC_H_
|
|
#define _LINUXKPI_LINUX_CEC_H_
|
|
|
|
#define CEC_PHYS_ADDR_INVALID 0xffff
|
|
|
|
#endif /* _LINUXKPI_LINUX_CEC_H_ */
|