bond/include/kernel/ke/boot.h

9 lines
138 B
C
Raw Normal View History

2018-03-24 00:58:24 +00:00
#ifndef KERNEL_KE_BOOT_H
#define KERNEL_KE_BOOT_H
2018-01-26 08:43:22 +00:00
#include "kernel/hal/boot.h"
2018-03-24 00:58:24 +00:00
void SXAPI ke_main(struct boot_info *boot_info);
#endif