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