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

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