blob: a76288c5b0c52c56db6dccb46231bfbdb131320d [file] [log] [blame]
swissChili6c0519e2021-03-07 19:40:23 -08001#pragma once
swissChilif5448622021-03-08 20:17:36 -08002
swissChilic2e62ed2021-03-10 17:04:18 -08003#include "kint.h"
4
5/* Note: this requires virtual memory to be set up,
6 * this WILL call malloc() */
7void init_initrd_vfs(uchar *data);