Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
e4229a2938668b6e9b336861b383b8bbb4f4914b
/
.
/
src
/
kernel
/
x86_32
/
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
);