added missing microcode.h

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2098 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Li-Ta Lo 2005-11-23 21:51:30 +00:00
parent d6bd192f6c
commit c7a96514e3
1 changed files with 5 additions and 0 deletions

View File

@ -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 */