#ifndef __POWER_DISTRIBUTION_H__ #define __POWER_DISTRIBUTION_H__ #include #include void port_status_update(uint8_t port, bool isAttched); uint8_t port_all_attched(void); void power_distribution_run(void); uint8_t port_c1_attched(void); #endif