xref: /openbmc/qemu/stubs/gdbstub.c (revision fb80f33377df221728d6c3c298f19b0da7ba277a)
1 #include "qemu/osdep.h"
2 #include "exec/gdbstub.h"       /* gdb_static_features */
3 
4 const GDBFeature gdb_static_features[] = {
5   { NULL }
6 };
7