From c080334515bd7262e033059564694d52347af8df Mon Sep 17 00:00:00 2001 From: gstellenberg Date: Fri, 29 May 2009 12:13:58 -0500 Subject: [PATCH] Added PRFlushWriteData --- include/pinproc.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/pinproc.h b/include/pinproc.h index 24b7540..c99f215 100644 --- a/include/pinproc.h +++ b/include/pinproc.h @@ -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 * @{