162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * asm/bootinfo-virt.h -- Virtual-m68k-specific boot information definitions
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef _UAPI_ASM_M68K_BOOTINFO_VIRT_H
762306a36Sopenharmony_ci#define _UAPI_ASM_M68K_BOOTINFO_VIRT_H
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#define BI_VIRT_QEMU_VERSION	0x8000
1062306a36Sopenharmony_ci#define BI_VIRT_GF_PIC_BASE	0x8001
1162306a36Sopenharmony_ci#define BI_VIRT_GF_RTC_BASE	0x8002
1262306a36Sopenharmony_ci#define BI_VIRT_GF_TTY_BASE	0x8003
1362306a36Sopenharmony_ci#define BI_VIRT_VIRTIO_BASE	0x8004
1462306a36Sopenharmony_ci#define BI_VIRT_CTRL_BASE	0x8005
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci/* No longer used -- replaced with BI_RNG_SEED -- but don't reuse this index:
1762306a36Sopenharmony_ci * #define BI_VIRT_RNG_SEED	0x8006 */
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ci#define VIRT_BOOTI_VERSION	MK_BI_VERSION(2, 0)
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ci#endif /* _UAPI_ASM_M68K_BOOTINFO_MAC_H */
22