Squash commits for public release
This commit is contained in:
10
kernel/include/platform/arm64/init.h
Normal file
10
kernel/include/platform/arm64/init.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _KERNEL_PLATFORM_ARM64_INIT_H
|
||||
#define _KERNEL_PLATFORM_ARM64_INIT_H
|
||||
|
||||
#include <libkern/types.h>
|
||||
|
||||
void platform_init_boot_cpu();
|
||||
void platform_setup_boot_cpu();
|
||||
void platform_setup_secondary_cpu();
|
||||
|
||||
#endif /* _KERNEL_PLATFORM_ARM64_INIT_H */
|
||||
Reference in New Issue
Block a user