trios/kernel/bootinfo.h

8 lines
101 B
C

#pragma once
#include <stdint.h>
void bootinfo_load(void* ptr);
char* bootinfo_get_cmdline(void);