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

15 lines
389 B
C

/*
* Copyright (c) @CompanyNameMagicTag 2021-2023. All rights reserved.
* Description: diag rx
* This file should be changed only infrequently and with great care.
*/
#ifndef DIAG_RX_API_H
#define DIAG_RX_API_H
#include "diag_common.h"
#include "dfx_resource_id.h"
int32_t uapi_diag_channel_rx_mux_char_data(diag_channel_id_t id, uint8_t *data, uint16_t size);
#endif