1 2 3 4 5 6
#ifndef CPU_AMD_MICROCODE_H #define CPU_AMD_MICROCODE_H void amd_update_microcode_from_cbfs(void); #endif /* CPU_AMD_MICROCODE_H */