summaryrefslogtreecommitdiff
path: root/chip/mec1322/lfw/ec_lfw.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mec1322/lfw/ec_lfw.h')
-rw-r--r--chip/mec1322/lfw/ec_lfw.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/chip/mec1322/lfw/ec_lfw.h b/chip/mec1322/lfw/ec_lfw.h
index dd26fbd323..cdb0d1cc32 100644
--- a/chip/mec1322/lfw/ec_lfw.h
+++ b/chip/mec1322/lfw/ec_lfw.h
@@ -1,4 +1,4 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -8,16 +8,16 @@
#include <stdnoreturn.h>
-noreturn void lfw_main(void) __attribute__ ((naked));
+noreturn void lfw_main(void) __attribute__((naked));
void fault_handler(void) __attribute__((naked));
struct int_vector_t {
- void *stack_ptr;
- void *reset_vector;
- void *nmi;
- void *hard_fault;
- void *bus_fault;
- void *usage_fault;
+ void *stack_ptr;
+ void *reset_vector;
+ void *nmi;
+ void *hard_fault;
+ void *bus_fault;
+ void *usage_fault;
};
-#define SPI_CHUNK_SIZE 1024
+#define SPI_CHUNK_SIZE 1024