]> Git Repo - qemu.git/blame - stubs/gdbstub.c
Merge remote-tracking branch 'remotes/xtensa/tags/20150307-xtensa' into staging
[qemu.git] / stubs / gdbstub.c
CommitLineData
8ead6018
SW
1#include "stdbool.h" /* bool (in exec/gdbstub.h) */
2#include "stddef.h" /* NULL */
3#include "exec/gdbstub.h" /* xml_builtin */
5b24c641
AF
4
5const char *const xml_builtin[][2] = {
6 { NULL, NULL }
7};
This page took 0.099276 seconds and 4 git commands to generate.