Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
b3ca4fb8cbc8f27b2aa4c986399cf8c0656de7c0
/
.
/
src
/
kernel
/
vfs_initrd.h
blob: a76288c5b0c52c56db6dccb46231bfbdb131320d [
file
] [
log
] [
blame
]
#pragma
once
#include
"kint.h"
/* Note: this requires virtual memory to be set up,
* this WILL call malloc() */
void
init_initrd_vfs
(
uchar
*
data
);