xref: /qemu/stubs/gdbstub.c (revision 2aef8c91346b8faa43dffe1e26b6befc65ed7b1b)
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