]> git.kaiwu.me - klib.git/commitdiff
don't need this now, but maybe in future
authorHeng Li <lh3@me.com>
Wed, 9 Oct 2013 18:26:17 +0000 (14:26 -0400)
committerHeng Li <lh3@me.com>
Wed, 9 Oct 2013 18:26:17 +0000 (14:26 -0400)
kthread.h [deleted file]

diff --git a/kthread.h b/kthread.h
deleted file mode 100644 (file)
index 735137f..0000000
--- a/kthread.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef KTHREAD_H
-#define KTHREAD_H
-
-#include <stdlib.h>
-
-#define KTF_DEF_DQBITS 10
-
-typedef int (*kt_for_f)(void *global, void *local);
-
-void kt_for(int n, kt_for_f func, void *global, int m, int size, void *local, int dq_bits);
-
-#endif