8 lines
78 B
C
8 lines
78 B
C
#ifndef _KERNEL_BOOT_H
|
|
#define _KERNEL_BOOT_H
|
|
|
|
|
|
void clear_bss(void);
|
|
|
|
#endif
|