// +FHDR------------------------------------------------------------ // Copyright (c) 2022 SmartLogic. // ALL RIGHTS RESERVED // ----------------------------------------------------------------- // Filename : ucp_port.h // Author : // Created On : 2022-08-22 // Last Modified : // ----------------------------------------------------------------- // Description: // // // -FHDR------------------------------------------------------------ #ifndef __UCP_PORT_H__ #define __UCP_PORT_H__ #include uint8_t get_ucp_port_id(); #endif /* __UCP_PORT_H__ */