diff options
Diffstat (limited to 'roms/u-boot/board/ge/common/ge_rtc.h')
-rw-r--r-- | roms/u-boot/board/ge/common/ge_rtc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/board/ge/common/ge_rtc.h b/roms/u-boot/board/ge/common/ge_rtc.h new file mode 100644 index 000000000..d33486d08 --- /dev/null +++ b/roms/u-boot/board/ge/common/ge_rtc.h @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright 2017 General Electric Company + */ + +void check_time(void); |