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