Files
vxWorks/h/private/taskWaitShowP.h
2025-08-20 18:25:46 +08:00

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 */