5 lines
168 B
C
5 lines
168 B
C
|
#ifndef CPU_AMD_MICROCODE_H
|
||
|
#define CPU_AMD_MICORCODE_H
|
||
|
|
||
|
void amd_update_microcode(void *microcode_updates, unsigned processor_rev_id);
|
||
|
#endif /* CPU_AMD_MICROCODE_H */
|