[PACKET_IO] finish marsio mode

This commit is contained in:
liuwentan
2022-07-28 21:22:44 +08:00
parent 536bf31be1
commit 90b60f637e
11 changed files with 87 additions and 46 deletions

View File

@@ -1,4 +1,8 @@
#pragma once
struct packet;
#include "marsio.h"
struct packet {
marsio_buff_t *rx_buf;
};