summaryrefslogtreecommitdiffstats
path: root/libs/Network/include
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-05-04 23:38:39 -0600
committerEvan Lojewski <github@meklort.com>2019-05-04 23:38:39 -0600
commit8be25a289445cc7911f08a438e80521a1aa686fa (patch)
treea509cd057a6fe780fbb16ceffdbc335c8040ace2 /libs/Network/include
parentb1adb232ee50fa1e936508f22adc6cafd6115339 (diff)
downloadbcm5719-ortega-8be25a289445cc7911f08a438e80521a1aa686fa.tar.gz
bcm5719-ortega-8be25a289445cc7911f08a438e80521a1aa686fa.zip
All BMC packets to be tramsitted without an additional buffer.
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 b49afae..645569b 100644
--- a/libs/Network/include/Network.h
+++ b/libs/Network/include/Network.h
@@ -57,6 +57,8 @@ int32_t Network_TX_allocateBlock(void);
void Network_TX_transmitBePacket(uint8_t* packet, uint32_t length);
void Network_TX_transmitLePacket(uint8_t* packet, uint32_t length);
+void Network_TX_transmitPassthroughPacket(uint32_t length);
+
// void Network_TX_transmitPassthroughPacket(RegAPE_PERIBmcToNcRxStatus_t rx_status);
bool Network_RxLePatcket(uint32_t* buffer, uint32_t* length);
OpenPOWER on IntegriCloud