summaryrefslogtreecommitdiff
path: root/src/include/cpu/amd/car.h
blob: 46f7e1d5c95c463f1ec5c5bee04d29c95b47d3d8 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _CPU_AMD_CAR_H
#define _CPU_AMD_CAR_H

#include <arch/cpu.h>

void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx);

void *asmlinkage romstage_main(unsigned long bist);

#endif