aboutsummaryrefslogtreecommitdiff
path: root/libk/types.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-02-05 23:15:37 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-02-05 23:15:37 +0200
commit919ad9d1022edec7fdd97f74ef50de26dde6aebb (patch)
tree2787aa63255b0ba6c682e4547a2030e591a6a55e /libk/types.h
parentRewrite boot.s to use clang instead of nasm (diff)
downloadkernel.cpp-919ad9d1022edec7fdd97f74ef50de26dde6aebb.tar.xz
Add IntegerView
Diffstat (limited to 'libk/types.h')
-rw-r--r--libk/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libk/types.h b/libk/types.h
index be38cb0..fc20d22 100644
--- a/libk/types.h
+++ b/libk/types.h
@@ -3,7 +3,6 @@
typedef unsigned short size_t;
static_assert(sizeof(size_t) >= 2);
-
typedef unsigned char uint8_t;
static_assert(sizeof(uint8_t) == 1);