8 lines
99 B
C
8 lines
99 B
C
#ifndef _KERNEL_BOOT_H
|
|
#define _KERNEL_BOOT_H
|
|
|
|
|
|
uint8_t parse_boot_data(const char* data);
|
|
|
|
#endif
|