summaryrefslogtreecommitdiff
path: root/include/goldfish_rtc.h
blob: f0e6ba3d543d23efa9fa2bab5df0f6d509d7c7e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (C) 2025, Kuan-Wei Chiu <visitorckw@gmail.com>
 */

#ifndef _GOLDFISH_RTC_H_
#define _GOLDFISH_RTC_H_

#include <linux/types.h>

struct goldfish_rtc_plat {
	phys_addr_t reg;
};

#endif /* _GOLDFISH_RTC_H_ */