fix compiler warnings (trivial)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3878 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2009-01-20 21:27:23 +00:00
committed by Stefan Reinauer
parent 8c4af2b9e2
commit c5983305ef
2 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
void intel_update_microcode(void *microcode_updates);
void intel_update_microcode(const void *microcode_updates);