summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-05-04 16:24:52 -0600
committerEvan Lojewski <github@meklort.com>2019-05-04 16:24:52 -0600
commit7184499a0e236f93d52303a27bed8ea74301cddd (patch)
tree3eb2d7d8b6b046dcb76a8992a28a25f416f57343 /libs
parent4a32a9b6fadbf7bb54839abda4ca31a2ac0a0cf7 (diff)
downloadbcm5719-ortega-7184499a0e236f93d52303a27bed8ea74301cddd.tar.gz
bcm5719-ortega-7184499a0e236f93d52303a27bed8ea74301cddd.zip
Add prototype for NCSI_TxPacket
Diffstat (limited to 'libs')
-rw-r--r--libs/NCSI/include/NCSI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/NCSI/include/NCSI.h b/libs/NCSI/include/NCSI.h
index 440685f..edd36a8 100644
--- a/libs/NCSI/include/NCSI.h
+++ b/libs/NCSI/include/NCSI.h
@@ -64,4 +64,6 @@ void handleNCSIFrame(NetworkFrame_t* frame);
#define NCSI_REASON_CODE_INVALID_PAYLOAD_LENGTH (5) /* The payload length in the command is incorrect for the given command */
#define NCSI_REASON_CODE_UNKNOWN_UNSUPPORTED (0x7FFF) /* Returned when the command type is unknown or unsupported */
+void NCSI_TxPacket(uint32_t* packet, uint32_t packet_len);
+
#endif /* NCSI_H */ \ No newline at end of file
OpenPOWER on IntegriCloud