blob: ac0c0b23444feb0d4de2374c677ed2957e673879 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* T1/T2 UDP���ݻش�ר�ýӿ�
*/
#include <marsio_buffer_user_api.h>
int marsio_feedback_send_burst(struct sk_destinfo * destinfo, uint32_t hash,
marsio_buff_t * buffer[], int nr_buffer, uint64_t flags)
{
return 0;
}
int marsio_feedback_send_chain(struct sk_destinfo * destinfo, uint32_t hash,
marsio_buff_t * chain, uint64_t flags)
{
return 0;
}
|