xref: /qemu/stubs/gdbstub.c (revision 7a4e543d)
1 #include "qemu/osdep.h"
2 #include "stdbool.h"            /* bool (in exec/gdbstub.h) */
3 #include "stddef.h"             /* NULL */
4 #include "exec/gdbstub.h"       /* xml_builtin */
5 
6 const char *const xml_builtin[][2] = {
7   { NULL, NULL }
8 };
9