]> Git Repo - qemu.git/blame - include/hw/hw.h
riscv/sifive_u: Manually define the machine
[qemu.git] / include / hw / hw.h
CommitLineData
87ecb68b
PB
1#ifndef QEMU_HW_H
2#define QEMU_HW_H
3
741da0d3
PB
4#ifdef CONFIG_USER_ONLY
5#error Cannot include hw/hw.h from user emulation
1ad2134f
PB
6#endif
7
0137fdc0
MA
8void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
9
87ecb68b 10#endif
This page took 0.841492 seconds and 4 git commands to generate.