aboutsummaryrefslogtreecommitdiff
path: root/include/std/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/std/mem.h')
-rw-r--r--include/std/mem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/std/mem.h b/include/std/mem.h
index ddd2b31..2afce0d 100644
--- a/include/std/mem.h
+++ b/include/std/mem.h
@@ -9,4 +9,6 @@ int am_memcmp(const void *lhs, const void *rhs, usize size);
bool am_memeql(const void *lhs, const void *rhs, usize size);
void am_memset(void *dest, int value, usize size);
+long am_pagesize();
+
#endif