Files
Espresso/include/kernel/boot.h
2025-10-20 21:57:30 -05:00

8 lines
78 B
C

#ifndef _KERNEL_BOOT_H
#define _KERNEL_BOOT_H
void clear_bss(void);
#endif