#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