]> Git Repo - u-boot.git/blob - include/reboot-mode/reboot-mode-rtc.h
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / include / reboot-mode / reboot-mode-rtc.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c), Vaisala Oyj
4  */
5
6 #ifndef REBOOT_MODE_REBOOT_MODE_RTC_H_
7 #define REBOOT_MODE_REBOOT_MODE_RTC_H_
8
9 struct reboot_mode_rtc_platdata {
10         struct udevice *rtc;
11         bool is_big_endian;
12         int addr;
13         size_t size;
14 };
15
16 #endif /* REBOOT_MODE_REBOOT_MODE_RTC_H_ */
This page took 0.032512 seconds and 4 git commands to generate.