master
h 8 lines 146 Bytes
Raw
1 #ifndef HW_I386_MICROVM_DT_H
2 #define HW_I386_MICROVM_DT_H
3
4 #include "hw/i386/microvm.h"
5
6 void dt_setup_microvm(MicrovmMachineState *mms);
7
8 #endif