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 440685f..a26ac51 100644
--- a/libs/NCSI/include/NCSI.h
+++ b/libs/NCSI/include/NCSI.h
@@ -64,4 +64,8 @@ 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);
+
+void NCSI_init(void);
+
#endif /* NCSI_H */ \ No newline at end of file
OpenPOWER on IntegriCloud