26 lines
461 B
C
26 lines
461 B
C
/* taskWaitShowP.h - private header file for taskWaitShow routines */
|
|
|
|
/* Copyright 2004 Wind River Systems, Inc. */
|
|
|
|
/*
|
|
modification history
|
|
--------------------
|
|
01a,07sep04,bpn Written.
|
|
*/
|
|
|
|
#ifndef __INCtaskWaitShowPh
|
|
#define __INCtaskWaitShowPh
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern STATUS taskWaitShowCoreRtn (BOOL allTasks, BOOL detail, int taskId,
|
|
const char * errorStr);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __INCtaskWaitShowPh */
|