summaryrefslogtreecommitdiff
path: root/board/osiris/fw_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/osiris/fw_config.h')
-rw-r--r--board/osiris/fw_config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/board/osiris/fw_config.h b/board/osiris/fw_config.h
index c10e6a99ca..fb776dc5a4 100644
--- a/board/osiris/fw_config.h
+++ b/board/osiris/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.
*/
@@ -21,10 +21,10 @@ enum ec_cfg_keyboard_backlight_type {
union osiris_cbi_fw_config {
struct {
- enum ec_cfg_keyboard_backlight_type kb_bl : 1;
- uint32_t reserved_1 : 1;
- uint32_t audio : 2;
- uint32_t reserved_2 : 28;
+ enum ec_cfg_keyboard_backlight_type kb_bl : 1;
+ uint32_t reserved_1 : 1;
+ uint32_t audio : 2;
+ uint32_t reserved_2 : 28;
};
uint32_t raw_value;
};