summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/hook_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/hook_types.h')
-rw-r--r--zephyr/shim/include/hook_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/shim/include/hook_types.h b/zephyr/shim/include/hook_types.h
index bcd1d0119c..004e5a52db 100644
--- a/zephyr/shim/include/hook_types.h
+++ b/zephyr/shim/include/hook_types.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.
*/
@@ -47,6 +47,6 @@
HOOK_POWER_BUTTON_CHANGE, HOOK_BATTERY_SOC_CHANGE, \
HOOK_TYPES_USB_SUSPEND, HOOK_TICK, HOOK_SECOND, \
HOOK_USB_PD_DISCONNECT, HOOK_USB_PD_CONNECT, \
- HOOK_TYPES_TEST_BUILD)
+ HOOK_POWER_SUPPLY_CHANGE, HOOK_TYPES_TEST_BUILD)
#endif