4 #include <linux/types.h>
6 //#define DEBUG_QEMUVIO
9 void printSwapBuff(struct swap_buff
*buf
);
10 void printConfigs(void *devdata
);
12 #define pdebug(fmt, ...) printf(fmt,##__VA_ARGS__)
14 #define pdebug(fmt, ...) ({ if (0) printf(fmt, ##__VA_ARGS__); 0; })
17 #define toSeconds(t) (t.tv_sec + (t.tv_usec/1000000.))
20 #endif /* QUEMU_VIO_H */