/** * @file * @author Andriy Sukhynyuk, Vasyl Tkhir, Andriy Ivasiv * @date 2012 * @brief Datalink for MS/TP module * * @section LICENSE * * SPDX-License-Identifier: MIT */ #ifndef MSTPMODULE_H #define MSTPMODULE_H #include "portthread.h" void *dl_mstp_thread(void *pArgs); #endif /* end of MSTPMODULE_H */