summaryrefslogtreecommitdiffstats
path: root/libs/Network/include
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-08-10 14:41:10 -0600
committerEvan Lojewski <github@meklort.com>2019-08-10 14:41:10 -0600
commit64da0ad1933705fc58b50f1450babda7bc6c3e8e (patch)
treef96295ea8ce3da1b36d08c3c96886b39b178dc4b /libs/Network/include
parent896fd9c041080d0d80b05f722504eb08fa4bdfe9 (diff)
downloadbcm5719-ortega-64da0ad1933705fc58b50f1450babda7bc6c3e8e.tar.gz
bcm5719-ortega-64da0ad1933705fc58b50f1450babda7bc6c3e8e.zip
Add a pointer to the channel shared memeory for each port.
Diffstat (limited to 'libs/Network/include')
-rw-r--r--libs/Network/include/Network.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/Network/include/Network.h b/libs/Network/include/Network.h
index 2a812a5..b806c30 100644
--- a/libs/Network/include/Network.h
+++ b/libs/Network/include/Network.h
@@ -51,6 +51,7 @@
#include <APE_FILTERS0.h>
#include <APE_RX_PORT0.h>
#include <APE_TX_PORT0.h>
+#include <APE_SHM_CHANNEL0.h>
#include <types.h>
#ifdef CXX_SIMULATOR
@@ -76,6 +77,7 @@ typedef struct
/* Port Registers */
VOLATILE DEVICE_t *device;
VOLATILE FILTERS_t *filters;
+ VOLATILE SHM_CHANNEL_t* shm;
} NetworkPort_t;
typedef union
OpenPOWER on IntegriCloud