switch_default.c 249 B

123456789101112131415161718192021222324
  1. #include "drv_types.h"
  2. #include "hdmi_switch.h"
  3. UINT32 hdmi_switch_hpd_status(void)
  4. {
  5. return 0;
  6. }
  7. void hdmi_switch_disable(void)
  8. {
  9. }
  10. void hdmi_switch_enable(INT8 port)
  11. {
  12. }
  13. void hdmi_switch_init(void)
  14. {
  15. }
  16. void hdmi_switch_power(BOOL bPwr)
  17. {
  18. }