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