summaryrefslogtreecommitdiff
path: root/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/proc.h b/proc.h
new file mode 100644
index 0000000..0a31f36
--- /dev/null
+++ b/proc.h
@@ -0,0 +1,8 @@
+#ifndef PROC_H
+#define PROC_H
+
+extern void cpu_affinity(int cpu);
+extern int set_proc_prio(int prio);
+extern int set_sched_status(int policy, int priority);
+
+#endif /* PROC_H */