added missing microcode.h
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2098 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
d6bd192f6c
commit
c7a96514e3
|
@ -0,0 +1,5 @@
|
|||
#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 */
|
Loading…
Reference in New Issue