2005-11-23 22:51:30 +01:00
|
|
|
#ifndef CPU_AMD_MICROCODE_H
|
|
|
|
#define CPU_AMD_MICORCODE_H
|
|
|
|
|
|
|
|
void amd_update_microcode(void *microcode_updates, unsigned processor_rev_id);
|
2010-04-15 07:19:29 +02:00
|
|
|
void update_microcode(u32 processor_rev_id);
|
2010-03-17 05:40:15 +01:00
|
|
|
void model_fxx_update_microcode(unsigned cpu_deviceid);
|
2006-10-04 22:46:15 +02:00
|
|
|
#endif /* CPU_AMD_MICROCODE_H */
|
|
|
|
|