summaryrefslogtreecommitdiffstats
path: root/libs/Network/include
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-06-01 17:23:17 -0600
committerEvan Lojewski <github@meklort.com>2019-06-01 17:23:17 -0600
commitaf93e2cc09288e923ea19bdbc52ba13bc3a2e987 (patch)
treece921d2fea951b583aba98df3ae2e1f02328c1f4 /libs/Network/include
parent4d3984b6d6e9a8f5d4a7ab24e941290da3addb89 (diff)
downloadbcm5719-ortega-af93e2cc09288e923ea19bdbc52ba13bc3a2e987.tar.gz
bcm5719-ortega-af93e2cc09288e923ea19bdbc52ba13bc3a2e987.zip
Update filters to be initialized per-port.
Diffstat (limited to 'libs/Network/include')
-rw-r--r--libs/Network/include/Network.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/libs/Network/include/Network.h b/libs/Network/include/Network.h
index 82a5a7e..d0da9b5 100644
--- a/libs/Network/include/Network.h
+++ b/libs/Network/include/Network.h
@@ -48,14 +48,9 @@
#include <APE_APE.h>
#include <APE_APE_PERI.h>
#include <APE_RX_PORT0.h>
-#include <APE_RX_PORT1.h>
-#include <APE_RX_PORT2.h>
-#include <APE_RX_PORT3.h>
#include <APE_TX_PORT0.h>
-#include <APE_TX_PORT1.h>
-#include <APE_TX_PORT2.h>
-#include <APE_TX_PORT3.h>
#include <APE_DEVICE.h>
+#include <APE_FILTERS.h>
#include <types.h>
#ifdef CXX_SIMULATOR
@@ -80,6 +75,7 @@ typedef struct
/* Port Registers */
VOLATILE DEVICE_t *device;
+ VOLATILE FILTERS_t *filters;
} NetworkPort_t;
typedef union {
OpenPOWER on IntegriCloud