hdmi_switch.h 283 B

12345678910111213141516
  1. #ifndef __HDMI_SWITCH_H__
  2. #define __HDMI_SWITCH_H__
  3. #include "drv_types.h"
  4. UINT32 hdmi_switch_hpd_status(void);
  5. void hdmi_switch_disable(void);
  6. void hdmi_switch_enable(INT8 port);
  7. void hdmi_switch_init(void);
  8. void hdmi_switch_power(BOOL bPwr);
  9. #endif /* __HDMI_SWITCH_H__ */