swissChili | 6c0519e | 2021-03-07 19:40:23 -0800 | [diff] [blame] | 1 | #pragma once |
swissChili | f544862 | 2021-03-08 20:17:36 -0800 | [diff] [blame] | 2 | |
swissChili | c2e62ed | 2021-03-10 17:04:18 -0800 | [diff] [blame] | 3 | #include "kint.h" |
4 | |||||
5 | /* Note: this requires virtual memory to be set up, | ||||
6 | * this WILL call malloc() */ | ||||
7 | void init_initrd_vfs(uchar *data); |