summaryrefslogtreecommitdiff
path: root/board/agah/fw_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/agah/fw_config.h')
-rw-r--r--board/agah/fw_config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/agah/fw_config.h b/board/agah/fw_config.h
index fe9fa24135..7efdae51ac 100644
--- a/board/agah/fw_config.h
+++ b/board/agah/fw_config.h
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* Copyright 2021 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -21,9 +21,9 @@ enum ec_cfg_keyboard_backlight_type {
union agah_cbi_fw_config {
struct {
- enum ec_cfg_keyboard_backlight_type kb_bl : 1;
- uint32_t audio : 3;
- uint32_t reserved_1 : 21;
+ enum ec_cfg_keyboard_backlight_type kb_bl : 1;
+ uint32_t audio : 3;
+ uint32_t reserved_1 : 21;
};
uint32_t raw_value;
};