summaryrefslogtreecommitdiff
path: root/kernel/lib/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/lib/stack.h')
-rw-r--r--kernel/lib/stack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/lib/stack.h b/kernel/lib/stack.h
index e514a04..efb9cb1 100644
--- a/kernel/lib/stack.h
+++ b/kernel/lib/stack.h
@@ -1,7 +1,7 @@
#include <stdint.h>
-//struct entry;
-//struct stack;
+// struct entry;
+// struct stack;
struct entry {
void *ptr;