From 0b65b09f15783b067343f7a2dcf67ae1f1e27dc7 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 11:02:20 +0200 Subject: proc: move out process specific management functions Move them out of xutils, so that we can maintain them separately. Also simplify things a bit. Signed-off-by: Daniel Borkmann --- proc.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 proc.h (limited to 'proc.h') 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 */ -- cgit v1.2.3-54-g00ecf