]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/regression/p1003_1b/prutil.h
zfs: merge openzfs/zfs@2e2a46e0a
[FreeBSD/FreeBSD.git] / tools / regression / p1003_1b / prutil.h
1 #ifndef _PRUTIL_H_
2 #define _PRUTIL_H_
3
4 /*
5  */
6
7 struct sched_param;
8
9 void quit(const char *);
10 char *sched_text(int);
11 int sched_is(int line, struct sched_param *, int);
12
13 #endif /* _PRUTIL_H_ */