summaryrefslogtreecommitdiff
path: root/include/sysjump.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sysjump.h')
-rw-r--r--include/sysjump.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/include/sysjump.h b/include/sysjump.h
index f5bf5f5a09..7d86df2e61 100644
--- a/include/sysjump.h
+++ b/include/sysjump.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2019 The Chromium OS Authors. All rights reserved.
+ * Copyright 2019 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -16,10 +16,10 @@
* images.
*/
-#define JUMP_DATA_MAGIC 0x706d754a /* "Jump" */
+#define JUMP_DATA_MAGIC 0x706d754a /* "Jump" */
#define JUMP_DATA_VERSION 3
-#define JUMP_DATA_SIZE_V1 12 /* Size of version 1 jump data struct */
-#define JUMP_DATA_SIZE_V2 16 /* Size of version 2 jump data struct */
+#define JUMP_DATA_SIZE_V1 12 /* Size of version 1 jump data struct */
+#define JUMP_DATA_SIZE_V2 16 /* Size of version 2 jump data struct */
struct jump_data {
/*
@@ -29,19 +29,19 @@ struct jump_data {
*/
/* Fields from version 3 */
- uint8_t reserved0; /* (used in proto1 to signal recovery mode) */
- int struct_size; /* Size of struct jump_data */
+ uint8_t reserved0; /* (used in proto1 to signal recovery mode) */
+ int struct_size; /* Size of struct jump_data */
/* Fields from version 2 */
- int jump_tag_total; /* Total size of all jump tags */
+ int jump_tag_total; /* Total size of all jump tags */
/* Fields from version 1 */
uint32_t reset_flags; /* Reset flags from the previous boot */
- int version; /* Version (JUMP_DATA_VERSION) */
- int magic; /* Magic number (JUMP_DATA_MAGIC). If this
- * doesn't match at pre-init time, assume no valid
- * data from the previous image.
- */
+ int version; /* Version (JUMP_DATA_VERSION) */
+ int magic; /* Magic number (JUMP_DATA_MAGIC). If this
+ * doesn't match at pre-init time, assume no valid
+ * data from the previous image.
+ */
};
/**
@@ -49,4 +49,4 @@ struct jump_data {
*/
struct jump_data *get_jump_data(void);
-#endif /* __CROS_EC_SYSJUMP_IMPL_H */
+#endif /* __CROS_EC_SYSJUMP_IMPL_H */