blob: 359c28990a3e1f5a177575c19b8c75861990de4d (
plain)
1
2
3
4
5
6
7
8
|
#include "qemu/osdep.h"
#include "stdbool.h" /* bool (in exec/gdbstub.h) */
#include "stddef.h" /* NULL */
#include "exec/gdbstub.h" /* xml_builtin */
const char *const xml_builtin[][2] = {
{ NULL, NULL }
};
|