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

Side by Side 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 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « include/chromeos/firmware_storage.h ('k') | include/chromeos/load_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2011 The Chromium OS Authors. All rights reserved. 2 * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 * 5 *
6 * Alternatively, this software may be distributed under the terms of the 6 * Alternatively, this software may be distributed under the terms of the
7 * GNU General Public License ("GPL") version 2 as published by the Free 7 * GNU General Public License ("GPL") version 2 as published by the Free
8 * Software Foundation. 8 * Software Foundation.
9 */ 9 */
10 10
(...skipping 20 matching lines...) Expand all
31 int lock_down_eeprom(void); 31 int lock_down_eeprom(void);
32 32
33 /* TPM driver functions: returns 0 if success, nonzero if error. */ 33 /* TPM driver functions: returns 0 if success, nonzero if error. */
34 int initialize_tpm(void); 34 int initialize_tpm(void);
35 int lock_tpm(void); 35 int lock_tpm(void);
36 int lock_tpm_rewritable_firmware_index(void); 36 int lock_tpm_rewritable_firmware_index(void);
37 37
38 /* Interface for access firmware */ 38 /* Interface for access firmware */
39 #include <chromeos/firmware_storage.h> 39 #include <chromeos/firmware_storage.h>
40 40
41 /* Returns 0 if success, nonzero if error. */
42 int init_firmware_storage(firmware_storage_t *f);
43 int release_firmware_storage(firmware_storage_t *f);
44
45 #endif /* __HARDWARE_INTERFACE_H__ */ 41 #endif /* __HARDWARE_INTERFACE_H__ */
OLDNEW
« no previous file with comments | « include/chromeos/firmware_storage.h ('k') | include/chromeos/load_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698