Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-07-15' into staging
[qemu/ar7.git] / include / hw / arm / sharpsl.h
blob5bf6db1fa250d9d3b713d0337a67431afc74c104
1 /*
2 * Common declarations for the Zaurii.
4 * This file is licensed under the GNU GPL.
5 */
6 #ifndef QEMU_SHARPSL_H
7 #define QEMU_SHARPSL_H
9 #define zaurus_printf(format, ...) \
10 fprintf(stderr, "%s: " format, __func__, ##__VA_ARGS__)
12 /* zaurus.c */
14 #define SL_PXA_PARAM_BASE 0xa0000a00
15 void sl_bootparam_write(hwaddr ptr);
17 #endif