mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
move ppc internal prototypes to arch-specific implementation (Igor Kovalenko)
git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@519 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -25,6 +25,11 @@
|
||||
|
||||
#define BIT(n) (1U<<(31-(n)))
|
||||
|
||||
/* called from assembly */
|
||||
extern void dsi_exception( void );
|
||||
extern void isi_exception( void );
|
||||
extern void setup_mmu( ulong code_base );
|
||||
|
||||
#define FREE_BASE 0x00004000
|
||||
#define IO_BASE 0x80000000
|
||||
#define OFMEM ((ofmem_t*)FREE_BASE)
|
||||
|
||||
Reference in New Issue
Block a user