summaryrefslogtreecommitdiff
path: root/kernel/halts.h
blob: ed0637f7cf3e73b262981042de096a2c2c18bdcd (plain)
1
2
3
4
5
6
7
#ifndef HALTS_H
#define HALTS_H
#include <fs/vfs.h>
#include <sched/scheduler.h>
#include <typedefs.h>
int isset_fdhalt(process_t *p);
#endif