Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: include/chromeos/hardware_interface.h

Issue 6628009: Add a wrapper function of LoadKernel() (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Code review: set gbb to NULL on error Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/chromeos/hardware_interface.h
diff --git a/include/chromeos/hardware_interface.h b/include/chromeos/hardware_interface.h
index 919dce30501dfaebbc9f97d0900b22d1e9a32e31..64863855f46c5cf585c3f5c1c9949aba003dc1be 100644
--- a/include/chromeos/hardware_interface.h
+++ b/include/chromeos/hardware_interface.h
@@ -38,8 +38,4 @@ int lock_tpm_rewritable_firmware_index(void);
/* Interface for access firmware */
#include <chromeos/firmware_storage.h>
-/* Returns 0 if success, nonzero if error. */
-int init_firmware_storage(firmware_storage_t *f);
-int release_firmware_storage(firmware_storage_t *f);
-
#endif /* __HARDWARE_INTERFACE_H__ */

Powered by Google App Engine
This is Rietveld 408576698