bond/include/kernel/ke/boot.h
2018-03-23 20:58:24 -04:00

9 lines
138 B
C

#ifndef KERNEL_KE_BOOT_H
#define KERNEL_KE_BOOT_H
#include "kernel/hal/boot.h"
void SXAPI ke_main(struct boot_info *boot_info);
#endif