roxy-loader-api 0.1.0

Kernel-facing API types and macros for roxy-loader.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language = "C"
include_guard = "ROXY_LOADER_H"
pragma_once = true
documentation = true
autogen_warning = "/* This file is generated by cbindgen. Do not edit this file directly. */"
no_includes = true
sys_includes = ["stdbool.h", "stdint.h"]

[parse]
parse_deps = false

[export]
include = ["BootInfo", "Framebuffer"]

[layout]
packed = "C"