Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
9 lines
146 B
C
9 lines
146 B
C
#ifndef HW_I386_MICROVM_DT_H
|
|
#define HW_I386_MICROVM_DT_H
|
|
|
|
#include "hw/i386/microvm.h"
|
|
|
|
void dt_setup_microvm(MicrovmMachineState *mms);
|
|
|
|
#endif
|