procps/proc/wchan.h

13 lines
163 B
C
Raw Normal View History

2002-12-09 12:30:07 +05:30
#ifndef PROCPS_PROC_WCHAN_H
#define PROCPS_PROC_WCHAN_H
#include <proc/procps.h>
2002-12-09 12:30:07 +05:30
__BEGIN_DECLS
2002-12-09 12:30:07 +05:30
extern const char * lookup_wchan (int pid);
2002-12-09 12:30:07 +05:30
__END_DECLS
2002-12-09 12:30:07 +05:30
#endif