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:
Blue Swirl
2009-08-02 10:59:49 +00:00
parent ec3b928919
commit 0f141c94d3
2 changed files with 5 additions and 3 deletions

View File

@@ -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)

View File

@@ -35,9 +35,6 @@ extern ucell ofmem_translate( ucell virt, ucell *ret_mode );
ulong get_ram_size( void );
ulong get_ram_top( void );
ulong get_ram_bottom( void );
void dsi_exception( void );
void isi_exception( void );
void setup_mmu( ulong ramsize );
void ofmem_register( phandle_t ph );
#elif defined(CONFIG_SPARC32)
#define PAGE_SHIFT 12