summaryrefslogtreecommitdiff
path: root/include/hwtimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hwtimer.h')
-rw-r--r--include/hwtimer.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/hwtimer.h b/include/hwtimer.h
index 3c0e9aaf8a..093a44cad1 100644
--- a/include/hwtimer.h
+++ b/include/hwtimer.h
@@ -1,4 +1,4 @@
-/* Copyright 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -34,7 +34,8 @@ void __hw_clock_event_clear(void);
#ifdef CONFIG_HWTIMER_64BIT
__override_proto
#endif
-uint32_t __hw_clock_source_read(void);
+ uint32_t
+ __hw_clock_source_read(void);
/**
* Override the lower 32-bits of the hardware counter
@@ -115,4 +116,4 @@ void hwtimer_setup_watchdog(void);
/* Reset the watchdog timer, to avoid the watchdog warning */
void hwtimer_reset_watchdog(void);
-#endif /* __CROS_EC_HWTIMER_H */
+#endif /* __CROS_EC_HWTIMER_H */