1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-22 18:15:25 +01:00

Added PRFlushWriteData

This commit is contained in:
gstellenberg
2009-05-29 12:13:58 -05:00
parent 183046ce8c
commit c080334515

View File

@@ -102,6 +102,11 @@ PR_EXPORT PRResult PRReset(PRHandle handle, uint32_t resetFlags);
/** @} */ // End of Device Creation & Deletion
// I/O
/** Flush all pending write data out to the P-ROC */
PR_EXPORT PRResult PRFlushWriteData(PRHandle handle);
// Drivers
/** @defgroup drivers Driver Manipulation
* @{