Revision 47b01cf3 qemu-common.h

b/qemu-common.h
18 18
typedef struct QEMUBH QEMUBH;
19 19
typedef struct DeviceState DeviceState;
20 20

  
21
/* Hack around the mess dyngen-exec.h causes: We need QEMU_NORETURN in files that
22
   cannot include the following headers without conflicts. This condition has
23
   to be removed once dyngen is gone. */
24
#ifndef __DYNGEN_EXEC_H__
25

  
26 21
/* we put basic includes here to avoid repeating them in device drivers */
27 22
#include <stdlib.h>
28 23
#include <stdio.h>
......
318 313

  
319 314
#include "module.h"
320 315

  
321
#endif /* dyngen-exec.h hack */
322

  
323 316
#endif

Also available in: Unified diff