1 2 3 4 5
#ifndef __PORT_CFG_H__ #define __PORT_CFG_H__ #include "ccci_core.h" int md_port_cfg(struct ccci_modem *md); #endif //__PORT_CFG_H__