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

#ifndef _QEMU_VIRT_CTRL_H_
#define _QEMU_VIRT_CTRL_H_

struct qemu_virt_ctrl_plat {
	phys_addr_t reg;
};

#endif /* _QEMU_VIRT_CTRL_H_ */