mirror of
https://github.com/MiSTer-devel/Main_MiSTer.git
synced 2026-05-31 03:04:12 +00:00
7 lines
68 B
C
7 lines
68 B
C
#ifndef HDMI_CEC_H
|
|
#define HDMI_CEC_H
|
|
|
|
void cec_poll(void);
|
|
|
|
#endif
|