Convert CONFIG_SYS_MAX_FLASH_SECT to Kconfig
[platform/kernel/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_ */