summaryrefslogtreecommitdiff
path: root/src/user/include/knob/format.h
diff options
context:
space:
mode:
authorBenji Dial <benji6283@gmail.com>2020-09-13 17:12:29 -0400
committerBenji Dial <benji6283@gmail.com>2020-09-13 17:12:29 -0400
commit5481848e27fdd4fc859def9841a0283665531a46 (patch)
tree990a8df008214d85141a3bd10bd96898e64b0c37 /src/user/include/knob/format.h
parent1e4a254674f668839e5de273916024c16814b045 (diff)
downloadportland-os-5481848e27fdd4fc859def9841a0283665531a46.tar.gz
fixed some paging bugs, added fault handlers and new programs
Diffstat (limited to 'src/user/include/knob/format.h')
-rw-r--r--src/user/include/knob/format.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/user/include/knob/format.h b/src/user/include/knob/format.h
index 6c4aa5d..89402c0 100644
--- a/src/user/include/knob/format.h
+++ b/src/user/include/knob/format.h
@@ -6,5 +6,7 @@
bool try_sntoi(const char *s, uint32_t n, uint32_t *out);
void itosz(uint32_t i, char *out);
+void itosz_h8(uint8_t i, char *out);
+void itosz_h32(uint32_t i, char *out);
#endif \ No newline at end of file