blob: 2df05953b22eaa86c310dcb5dd7c00d4eb88a385 [file] [log] [blame]
#ifndef __INTEL_CRYSTALCOVE_PWRSRC_H_
#define __INTEL_CRYSTALCOVE_PWRSRC_H_
int crystal_cove_enable_vbus(void);
int crystal_cove_disable_vbus(void);
int crystal_cove_vbus_on_status(void);
#endif