mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-29 06:20:26 +00:00
6 lines
85 B
C
6 lines
85 B
C
|
#include "qemu-common.h"
|
||
|
|
||
|
const char *const xml_builtin[][2] = {
|
||
|
{ NULL, NULL }
|
||
|
};
|