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