mcu_hi3321_watch/middleware/utils/dfx/diag/diag_tx.h
2025-05-26 20:15:20 +08:00

15 lines
392 B
C

/*
* Copyright (c) @CompanyNameMagicTag 2021-2023. All rights reserved.
* Description: diag tx
* This file should be changed only infrequently and with great care.
*/
#ifndef ZDIAG_TX_H
#define ZDIAG_TX_H
#include "diag_common.h"
#include "diag_pkt_router.h"
errcode_t diag_pkt_router_output(diag_pkt_handle_t *pkt, const diag_pkt_process_param_t *process_param);
#endif