summaryrefslogtreecommitdiffstats
path: root/ffd/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffd/types.h')
-rw-r--r--ffd/types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ffd/types.h b/ffd/types.h
index 5eaaf46..cd2cbd2 100644
--- a/ffd/types.h
+++ b/ffd/types.h
@@ -37,8 +37,10 @@ typedef struct __attribute__((__packed__)) _eth_addr_t {
uint8_t d[ETH_ALEN];
} eth_addr_t;
-
#define ETH_ADDR_UNSPEC ((eth_addr_t){{0x00, 0x00, 0x00, 0x00, 0x00, 0x00}})
+typedef struct _ffd_packet_t ffd_packet_t;
+
+
#endif /* _FFD_TYPES_H_ */