25 lines
393 B
C
25 lines
393 B
C
/* taskWaitShow.h - header file for taskWaitShow routines */
|
|
|
|
/* Copyright 2004 Wind River Systems, Inc. */
|
|
|
|
/*
|
|
modification history
|
|
--------------------
|
|
01a,07sep04,bpn Written.
|
|
*/
|
|
|
|
#ifndef __INCtaskWaitShowh
|
|
#define __INCtaskWaitShowh
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern STATUS taskWaitShow (int taskId, int level);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __INCtaskWaitShowh */
|