blob: b2c843919ed9b83abac15d3a98e82c45be287100 [file] [log] [blame]
#ifndef _MUIC_CCIC_
#define _MUIC_CCIC_
extern int get_ccic_info(void);
extern int muic_handle_ccic_supported_dev(muic_data_t *pmuic, muic_attached_dev_t new_dev);
extern int muic_is_ccic_supported_dev(muic_data_t *pmuic, muic_attached_dev_t new_dev);
extern int muic_is_ccic_supported_jig(muic_data_t *pmuic, muic_attached_dev_t new_dev);
extern void muic_register_ccic_notifier(muic_data_t *pmuic);
extern int mdev_continue_for_TA_USB(muic_data_t *pmuic, int mdev);
extern int muic_get_current_legacy_dev(muic_data_t *pmuic);
extern void muic_set_legacy_dev(muic_data_t *pmuic, int new_dev);
#endif