aboutsummaryrefslogtreecommitdiff
path: root/src/include/cpu/amd/car.h
blob: 7e2fccd80fcc64fffc8b68d991fbb9d2a7bce392 (plain)
1
2
3
4
5
6
7
8
#ifndef _CPU_AMD_CAR_H
#define _CPU_AMD_CAR_H

#include <arch/cpu.h>

asmlinkage void romstage_main(unsigned long bist);

#endif