1 2 3 4 5 6 7 8
#ifndef _CPU_AMD_CAR_H #define _CPU_AMD_CAR_H #include <arch/cpu.h> void *asmlinkage romstage_main(unsigned long bist); #endif