Revision 87ecb68b hw/spitz.c

b/hw/spitz.c
7 7
 * This code is licensed under the GNU GPL v2.
8 8
 */
9 9

  
10
#include "vl.h"
10
#include "hw.h"
11
#include "pxa.h"
12
#include "arm-misc.h"
13
#include "sysemu.h"
14
#include "pcmcia.h"
15
#include "i2c.h"
16
#include "flash.h"
17
#include "qemu-timer.h"
18
#include "devices.h"
19
#include "console.h"
20
#include "block.h"
21
#include "audio/audio.h"
22
#include "boards.h"
11 23

  
12 24
#define spitz_printf(format, ...)	\
13 25
    fprintf(stderr, "%s: " format, __FUNCTION__, ##__VA_ARGS__)

Also available in: Unified diff