openbios.patch-15-svn25.bz2 part II merge

git-svn-id: svn://coreboot.org/openbios/openbios-devel@27 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Stefan Reinauer
2006-05-22 22:16:20 +00:00
parent 9bff6c0d34
commit 9283d9ebc8
9 changed files with 93 additions and 129 deletions

View File

@@ -38,7 +38,7 @@ void *mem_alloc(struct mem *t, int size, int align);
void *mem_zalloc(struct mem *t, int size, int align);
int map_page(unsigned long va, unsigned long epa, int type);
void *map_io(unsigned pa, int size);
void init_mmu_swift(void);
void init_mmu_swift(unsigned long base);
void *dvma_alloc(int size, unsigned int *pphys);
#ifndef BOOTSTRAP