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