* SUCH DAMAGE.
*/
+#ifndef __SCHEDULE_H__
+#define __SCHEDULE_H__
+
#include <sys/queue.h>
/* scheduling table */
int sched_dump __P((caddr_t *, int *));
void sched_init __P((void));
void sched_scrub_param __P((void *));
+
+#endif /* __SCHEDULE_H__ */
+