dtm.h 202 B

12345678910
  1. #ifndef APP_DTM_H__
  2. #define APP_DTM_H__
  3. #include <stdint.h>
  4. #include <string.h>
  5. #include "queue.h"
  6. void dtm_process_data(queue_list_t* queue_send, queue_list_t* queue_recv);
  7. #endif /* APP_DTM_H__ */