2016-01-29 20:49:52 +03:00
|
|
|
#include "qemu/osdep.h"
|
2014-02-20 23:08:31 +04:00
|
|
|
#include "stdbool.h" /* bool (in exec/gdbstub.h) */
|
|
|
|
#include "stddef.h" /* NULL */
|
|
|
|
#include "exec/gdbstub.h" /* xml_builtin */
|
2013-07-07 17:08:22 +04:00
|
|
|
|
|
|
|
const char *const xml_builtin[][2] = {
|
|
|
|
{ NULL, NULL }
|
|
|
|
};
|