summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'test/PAUnitTest/src/pautest.h')
-rw-r--r--[-rwxr-xr-x]test/PAUnitTest/src/pautest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/PAUnitTest/src/pautest.h b/test/PAUnitTest/src/pautest.h
index 295d25e..d09f4e0 100755..100644
--- a/test/PAUnitTest/src/pautest.h
+++ b/test/PAUnitTest/src/pautest.h
@@ -854,7 +854,8 @@ void mdebugHaltPdsp (int pdspNum);
854void mdebugRunPdsp (int pdspNum); 854void mdebugRunPdsp (int pdspNum);
855paTestStatus_t testCommonPrintDbgInfo(tFramework_t *tf, paTest_t *pat, char *tName, paSnapShotDebugInfo_t* paDbgInfo, uint32_t debugType); 855paTestStatus_t testCommonPrintDbgInfo(tFramework_t *tf, paTest_t *pat, char *tName, paSnapShotDebugInfo_t* paDbgInfo, uint32_t debugType);
856Cppi_HostDesc *testCommonConfigDefaultRoute2 (tFramework_t *tf, int nPorts, int nRoute, int *routeTypes, paRouteInfo2_t *dRoutes, 856Cppi_HostDesc *testCommonConfigDefaultRoute2 (tFramework_t *tf, int nPorts, int nRoute, int *routeTypes, paRouteInfo2_t *dRoutes,
857 int32_t Qrecycle, int32_t QCmdMem, paCmdReply_t *repInfo, int *cmdDest, uint16_t *cmdSize, paReturn_t *paret); 857 int32_t Qrecycle, int32_t QCmdMem, paCmdReply_t *repInfo, int *cmdDest, uint16_t *cmdSize, paReturn_t *paret);
858void testCommonRelayQueueBouncePkts (tFramework_t *tf, char *tfName, int ddrQIdx, int msmcQIdx, int* ddrCnt, int* msmcCnt);
858/* Tests */ 859/* Tests */
859#ifdef __LINUX_USER_SPACE 860#ifdef __LINUX_USER_SPACE
860void* paTestUnconfigured (void *args); 861void* paTestUnconfigured (void *args);