aboutsummaryrefslogtreecommitdiff
path: root/arch/casiowin/core/roles.yml
diff options
context:
space:
mode:
Diffstat (limited to 'arch/casiowin/core/roles.yml')
-rw-r--r--arch/casiowin/core/roles.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/casiowin/core/roles.yml b/arch/casiowin/core/roles.yml
new file mode 100644
index 0000000..d8f5224
--- /dev/null
+++ b/arch/casiowin/core/roles.yml
@@ -0,0 +1,13 @@
+%YAML 1.2
+---
+bits:
+ time.h: Standard time header internals.
+src:
+ alloc:
+ _syscalls.sx: Memory allocation related syscalls.
+ assert:
+ assert.c: Make an assertion failed pop-up.
+ _syscalls.sx: Assertion-related syscalls.
+ core:
+ _syscalls.sx: Syscalls for the C runtime initialization.
+ syscall.h: Syscall macro.