]> Git Repo - qemu.git/blame - stubs/isa-bus.c
i386: Eliminate all TPM related code if CONFIG_TPM is not set
[qemu.git] / stubs / isa-bus.c
CommitLineData
89aa165e
GH
1#include "qemu/osdep.h"
2#include "hw/isa/isa.h"
3
4ISADevice *isa_create_simple(ISABus *bus, const char *name)
5{
6 g_assert_not_reached();
7}
This page took 0.103163 seconds and 4 git commands to generate.