Files
Custom-Operating-System/kernel/include/platform/riscv64/init.h

10 lines
254 B
C
Raw Normal View History

2025-02-12 09:54:05 -05:00
#ifndef _KERNEL_PLATFORM_RISCV64_INIT_H
#define _KERNEL_PLATFORM_RISCV64_INIT_H
#include <libkern/types.h>
void platform_init_boot_cpu();
void platform_setup_boot_cpu();
void platform_setup_secondary_cpu();
#endif /* _KERNEL_PLATFORM_RISCV64_INIT_H */