pci core: function pci_bus_init() cleanup
[qemu/ar7.git] / stubs / gdbstub.c
blob359c28990a3e1f5a177575c19b8c75861990de4d
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 */
6 const char *const xml_builtin[][2] = {
7 { NULL, NULL }
8 };