summaryrefslogtreecommitdiff
path: root/host/include/crossystem_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/crossystem_arch.h')
-rw-r--r--host/include/crossystem_arch.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/host/include/crossystem_arch.h b/host/include/crossystem_arch.h
index be6b5439..4044c749 100644
--- a/host/include/crossystem_arch.h
+++ b/host/include/crossystem_arch.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -36,8 +36,10 @@ int VbSetNvStorage(VbNvParam param, int value);
/* Return true if the FWID starts with the specified string. */
int FwidStartsWith(const char *start);
+/* Return version of VbSharedData struct or -1 if not found. */
+int VbSharedDataVersion(void);
-/* APIS WITH ARCH-SPECIFIC IMPLEMENTATIONS */
+/* Apis WITH ARCH-SPECIFIC IMPLEMENTATIONS */
/* Read the non-volatile context from NVRAM.
*