Viewing: arch_early_setup.h
📄 arch_early_setup.h (Read Only) ⬅ To go back
 #ifndef ARCH_EARLY_SETUP_H
 #define ARCH_EARLY_SETUP_H

 #include "arch/arch_boot_args.h"

 void arch_early_setup(const struct arch_boot_args* args);

 #endif