summaryrefslogtreecommitdiff
path: root/chip/npcx/lct_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/lct_chip.h')
-rw-r--r--chip/npcx/lct_chip.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/chip/npcx/lct_chip.h b/chip/npcx/lct_chip.h
index 197c189f43..8b4ee804cf 100644
--- a/chip/npcx/lct_chip.h
+++ b/chip/npcx/lct_chip.h
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -10,10 +10,7 @@
#define NPCX_LCT_MAX (16 * SECS_PER_WEEK - 1)
-enum NPCX_LCT_PWR_SRC {
- NPCX_LCT_PWR_SRC_VCC1,
- NPCX_LCT_PWR_SRC_VSBY
-};
+enum NPCX_LCT_PWR_SRC { NPCX_LCT_PWR_SRC_VCC1, NPCX_LCT_PWR_SRC_VSBY };
void npcx_lct_config(int seconds, int psl_ena, int int_ena);
void npcx_lct_enable(uint8_t enable);
@@ -25,4 +22,4 @@ int npcx_lct_is_event_set(void);
/* return the current time of LCT in second */
uint32_t npcx_lct_get_time(void);
-#endif /* __CROS_EC_LCT_CHIP_H */
+#endif /* __CROS_EC_LCT_CHIP_H */