Files
Main_MiSTer/hdmi_cec.h
2026-05-21 04:23:47 +08:00

7 lines
68 B
C

#ifndef HDMI_CEC_H
#define HDMI_CEC_H
void cec_poll(void);
#endif