]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/gdbstub.c
gdbstub: Introduce GDBFeature structure
[mirror_qemu.git] / stubs / gdbstub.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
956af7da 2#include "exec/gdbstub.h" /* gdb_static_features */
5b24c641 3
956af7da
AO
4const GDBFeature gdb_static_features[] = {
5 { NULL }
5b24c641 6};