summaryrefslogtreecommitdiff
path: root/include/i2c_peripheral.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/i2c_peripheral.h')
-rw-r--r--include/i2c_peripheral.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/i2c_peripheral.h b/include/i2c_peripheral.h
index 488e886b0e..dd4e4b0c7b 100644
--- a/include/i2c_peripheral.h
+++ b/include/i2c_peripheral.h
@@ -1,4 +1,4 @@
-/* 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.
*/
@@ -10,9 +10,9 @@
/* Data structure to define I2C peripheral port configuration. */
struct i2c_periph_port_t {
- const char *name; /* Port name */
- int port; /* Port */
- uint8_t addr; /* address(7-bit without R/W) */
+ const char *name; /* Port name */
+ int port; /* Port */
+ uint8_t addr; /* address(7-bit without R/W) */
};
extern const struct i2c_periph_port_t i2c_periph_ports[];