#pragma once
#include <luna/TarStream.h>
extern TarStream g_initrd;
namespace InitRD
{
void initialize();
Result<void> populate_vfs();
}