Skip to content

Commit

Permalink
Update netif to latest SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Dec 15, 2023
1 parent 5fa7259 commit 8e9c530
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions source/portable/NetworkInterface/AM243x_v9/Enet_NetIF.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,19 +201,23 @@ typedef struct EnetNetIF_AppIf_GetEnetIFInstInfo_s
typedef struct EnetNetIFAppIf_GetTxHandleInArgs_s
{
void *cbArg;
Enet_Type enetType;
uint32_t instId;
EnetDma_PktNotifyCb notifyCb;
uint32_t chId;
EnetDma_PktQ *pktInfoQ;
Enet_Type enetType;
} EnetNetIFAppIf_GetTxHandleInArgs;

typedef struct EnetNetIFAppIf_GetRxHandleInArgs_s
{
void *cbArg;
Enet_Type enetType;
uint32_t instId;
EnetDma_PktNotifyCb notifyCb;
uint32_t chId;
EnetDma_PktQ *pktInfoQ;
Enet_Type enetType;
NetBufQueue *pFreePbufInfoQ;
EnetDma_PktQ *pReadyRxPktQ;
EnetDma_PktQ *pFreeRxPktInfoQ;
} EnetNetIFAppIf_GetRxHandleInArgs;

typedef struct EnetNetIFAppIf_TxHandleInfo_s
Expand Down

0 comments on commit 8e9c530

Please sign in to comment.