historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/include/hw/hw.h

11 lines
197 B
C
Raw Normal View History

2024-01-16 17:20:27 +00:00
#ifndef QEMU_HW_H
#define QEMU_HW_H
#ifdef CONFIG_USER_ONLY
#error Cannot include hw/hw.h from user emulation
#endif
void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
#endif