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