Documentation improvements - put driver example code into its own section, fix incorr...
[pub/USBasp.git] / Projects / AVRISP-MKII / Lib / XPROG / TINYNVM.h
index 905f6fc..27a3dba 100644 (file)
@@ -64,6 +64,8 @@
        /* Function Prototypes: */
                bool TINYNVM_WaitWhileNVMBusBusy(void);
                bool TINYNVM_WaitWhileNVMControllerBusy(void);
+               bool TINYNVM_EnableTPI(void);
+               void TINYNVM_DisableTPI(void);
                bool TINYNVM_ReadMemory(const uint16_t ReadAddress,
                                        uint8_t* ReadBuffer,
                                        uint16_t ReadLength);