summaryrefslogtreecommitdiffstats
path: root/libs/NCSI/include/NCSI.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/NCSI/include/NCSI.h')
-rw-r--r--libs/NCSI/include/NCSI.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/NCSI/include/NCSI.h b/libs/NCSI/include/NCSI.h
index 90ff5b5..76847a7 100644
--- a/libs/NCSI/include/NCSI.h
+++ b/libs/NCSI/include/NCSI.h
@@ -71,6 +71,10 @@ void handleNCSIFrame(const NetworkFrame_t* frame);
//lint -sem(NCSI_TxPacket, 2n >= 1P) Warn if packet is smaller than packet_len
void NCSI_TxPacket(const uint32_t* packet, uint32_t packet_len);
+//lint -sem(NCSI_TxBePacket, 1p) Warn if packet is NULL
+//lint -sem(NCSI_TxBePacket, 2n >= 1P) Warn if packet is smaller than packet_len
+void NCSI_TxBePacket(const uint32_t* packet, uint32_t packet_len);
+
void NCSI_handlePassthrough(void);
void NCSI_init(void);
OpenPOWER on IntegriCloud