blob: 13981a6d034bd02eb46d520a5fb10959f1370850 [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
Avi Kivitya8170e52012-10-23 12:30:10 +020015void sl_bootparam_write(hwaddr ptr);
balroge33d8cd2008-06-02 01:20:15 +000016
17#endif