summaryrefslogtreecommitdiff
path: root/lib/bool
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-09 22:55:14 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-09 22:55:14 +0100
commitf4518cf996c137e18cd70dd2d23ba9d8cfcfb526 (patch)
tree416952ac9efd8fc0bd7b67cbc50ed8177fac2b56 /lib/bool
parent7e965f276c47d29969f5470533d40df03536d190 (diff)
passing vesa physbase to vmem and some cleanup
Diffstat (limited to 'lib/bool')
-rw-r--r--lib/bool/bool.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/bool/bool.h b/lib/bool/bool.h
deleted file mode 100644
index c2c6171..0000000
--- a/lib/bool/bool.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
-#include "lib/int/stdint.h"
-
-#define false 0
-#define true !false
-#define bool uint8_t
-*/
-