Skip to content

Commit

Permalink
remove forward declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Aug 8, 2023
1 parent df5aed9 commit a20213d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions source/include/FreeRTOS_IP_Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
#define ipFOREVER() 1
#endif

/* Forward declaration of 'NetworkEndPoint_t'. */
typedef struct xNetworkEndPoint NetworkEndPoint_t;

typedef enum eFrameProcessingResult
{
eReleaseBuffer = 0, /* Processing the frame did not find anything to do - just release the buffer. */
Expand Down
3 changes: 0 additions & 3 deletions source/include/FreeRTOS_IP_Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
#endif
/* *INDENT-ON* */

/* Forward declaration of 'NetworkInterface_t'. */
typedef struct xNetworkInterface NetworkInterface_t;

#if ( ipconfigUSE_DHCP != 0 )

/**
Expand Down
5 changes: 0 additions & 5 deletions source/include/FreeRTOS_IPv4.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
#endif
/* *INDENT-ON* */

/* Forward declarations. */
typedef struct xNETWORK_BUFFER NetworkBufferDescriptor_t;
typedef enum eFrameProcessingResult eFrameProcessingResult_t;
typedef struct xIP_PACKET IPPacket_t;

#define ipSIZE_OF_IPv4_HEADER 20U
#define ipSIZE_OF_IPv4_ADDRESS 4U
#define ipSIZE_OF_ICMPv4_HEADER 8U
Expand Down

0 comments on commit a20213d

Please sign in to comment.