blob: 0b3a774f2f862a884feb744ec9c26f5c36a5d10f [file] [log] [blame]
balrog89cdb6a2008-06-02 01:33:11 +00001/*
2 * Common declarations for the Zaurii.
3 *
4 * This file is licensed under the GNU GPL.
5 */
balroge33d8cd2008-06-02 01:20:15 +00006#ifndef QEMU_SHARPSL_H
7#define QEMU_SHARPSL_H
8
balrog89cdb6a2008-06-02 01:33:11 +00009#define zaurus_printf(format, ...) \
10 fprintf(stderr, "%s: " format, __FUNCTION__, ##__VA_ARGS__)
11
balroge33d8cd2008-06-02 01:20:15 +000012/* zaurus.c */
balroge33d8cd2008-06-02 01:20:15 +000013
14#define SL_PXA_PARAM_BASE 0xa0000a00
Anthony Liguoric227f092009-10-01 16:12:16 -050015void sl_bootparam_write(target_phys_addr_t ptr);
balroge33d8cd2008-06-02 01:20:15 +000016
17#endif