refactor: move macro to utils.h

This commit is contained in:
luwenpeng
2024-08-16 10:43:00 +08:00
parent bfa5564558
commit 6fbce43afc
12 changed files with 31 additions and 40 deletions

View File

@@ -7,7 +7,7 @@ extern "C"
#include <stdint.h>
#include "macro.h"
#include "utils.h"
struct __attribute__((aligned(64))) packet_io_stat
{