summaryrefslogtreecommitdiff
path: root/board/volmar/fw_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/volmar/fw_config.h')
-rw-r--r--board/volmar/fw_config.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/board/volmar/fw_config.h b/board/volmar/fw_config.h
index ba8c807a66..4dddec9273 100644
--- a/board/volmar/fw_config.h
+++ b/board/volmar/fw_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.
*/
@@ -27,12 +27,12 @@ enum ec_cfg_keyboard_backlight_type {
union volmar_cbi_fw_config {
struct {
- enum ec_cfg_usb_db_type usb_db : 4;
- enum ec_cfg_keyboard_backlight_type kb_bl : 1;
- uint32_t audio : 3;
- uint32_t boot_nvme_mask : 1;
- uint32_t boot_emmc_mask : 1;
- uint32_t reserved_1 : 22;
+ enum ec_cfg_usb_db_type usb_db : 4;
+ enum ec_cfg_keyboard_backlight_type kb_bl : 1;
+ uint32_t audio : 3;
+ uint32_t boot_nvme_mask : 1;
+ uint32_t boot_emmc_mask : 1;
+ uint32_t reserved_1 : 22;
};
uint32_t raw_value;
};