summaryrefslogtreecommitdiff
path: root/chip/mchp/lfw/ec_lfw.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/lfw/ec_lfw.h')
-rw-r--r--chip/mchp/lfw/ec_lfw.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/chip/mchp/lfw/ec_lfw.h b/chip/mchp/lfw/ec_lfw.h
index c989a3bc1b..2589638954 100644
--- a/chip/mchp/lfw/ec_lfw.h
+++ b/chip/mchp/lfw/ec_lfw.h
@@ -1,4 +1,4 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
+/* Copyright 2017 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -30,12 +30,12 @@ void fault_handler(void) __attribute__((naked));
extern uint32_t lfw_stack_top[];
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