sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/config.h

14 lines
322 B
C

#include "config-host.h"
#include "config-target.h"
/* We want to include different config files for specific targets
And for the common library. They need a different name because
we don't want to rely in paths */
#if defined(NEED_CPU_H)
#include "config-devices.h"
#else
#include "config-all-devices.h"
#endif