xref: /qemu/stubs/gdbstub.c (revision 956af7da)
187c9b5e0SPeter Maydell #include "qemu/osdep.h"
2956af7daSAkihiko Odaki #include "exec/gdbstub.h"       /* gdb_static_features */
35b24c641SAndreas Färber 
4956af7daSAkihiko Odaki const GDBFeature gdb_static_features[] = {
5956af7daSAkihiko Odaki   { NULL }
65b24c641SAndreas Färber };
7