summaryrefslogtreecommitdiff
path: root/board/osiris/usbc_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/osiris/usbc_config.h')
-rw-r--r--board/osiris/usbc_config.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/board/osiris/usbc_config.h b/board/osiris/usbc_config.h
index 3ea16a6d56..dac4177f0c 100644
--- a/board/osiris/usbc_config.h
+++ b/board/osiris/usbc_config.h
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -9,14 +9,10 @@
#define __CROS_EC_USBC_CONFIG_H
#ifndef CONFIG_ZEPHYR
-#define CONFIG_USB_PD_PORT_MAX_COUNT 2
+#define CONFIG_USB_PD_PORT_MAX_COUNT 2
#endif
-enum usbc_port {
- USBC_PORT_C0 = 0,
- USBC_PORT_C1,
- USBC_PORT_COUNT
-};
+enum usbc_port { USBC_PORT_C0 = 0, USBC_PORT_C1, USBC_PORT_COUNT };
void config_usb_db_type(void);