Revision 89cdb6af hw/sharpsl.h

b/hw/sharpsl.h
1
/*
2
 * Common declarations for the Zaurii.
3
 *
4
 * This file is licensed under the GNU GPL.
5
 */
1 6
#ifndef QEMU_SHARPSL_H
2 7
#define QEMU_SHARPSL_H
3 8

  
9
#define zaurus_printf(format, ...)	\
10
    fprintf(stderr, "%s: " format, __FUNCTION__, ##__VA_ARGS__)
11

  
4 12
/* zaurus.c */
5 13
struct scoop_info_s *scoop_init(struct pxa2xx_state_s *cpu,
6 14
                int instance, target_phys_addr_t target_base);

Also available in: Unified diff