2008-06-02 05:33:11 +04:00
|
|
|
/*
|
|
|
|
* Common declarations for the Zaurii.
|
|
|
|
*
|
|
|
|
* This file is licensed under the GNU GPL.
|
|
|
|
*/
|
2019-08-12 08:23:31 +03:00
|
|
|
|
2008-06-02 05:20:15 +04:00
|
|
|
#ifndef QEMU_SHARPSL_H
|
|
|
|
#define QEMU_SHARPSL_H
|
|
|
|
|
2019-08-12 08:23:31 +03:00
|
|
|
#include "exec/hwaddr.h"
|
|
|
|
|
2008-06-02 05:20:15 +04:00
|
|
|
/* zaurus.c */
|
|
|
|
|
|
|
|
#define SL_PXA_PARAM_BASE 0xa0000a00
|
2012-10-23 14:30:10 +04:00
|
|
|
void sl_bootparam_write(hwaddr ptr);
|
2008-06-02 05:20:15 +04:00
|
|
|
|
|
|
|
#endif
|