2010-09-24 16:50:14 +02:00
|
|
|
#ifndef __PS_H
|
2013-06-22 05:11:53 +02:00
|
|
|
#define __PS_H
|
2010-09-24 16:50:14 +02:00
|
|
|
|
2013-02-08 17:37:02 +01:00
|
|
|
void thread_print_all(void);
|
2013-06-22 05:11:53 +02:00
|
|
|
void _ps_handler(char *);
|
2010-09-24 16:50:14 +02:00
|
|
|
|
|
|
|
#endif /* __PS_H */
|