#ifndef _KERNEL_BOOT_H #define _KERNEL_BOOT_H uint8_t parse_boot_data(const char* data); #endif