|
|
qemu 1.1.1
/* * <ofmem_sparc32.h> * * OF Memory manager * * Copyright (C) 1999, 2002 Samuel Rydh ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation * */ #ifndef _H_OFMEM_SPARC32 #define _H_OFMEM_SPARC32 #include "libopenbios/ofmem.h" struct mem; extern struct mem cdvmem; extern unsigned long *l1; extern unsigned long find_pte(unsigned long va, int alloc); void mem_init(struct mem *t, char *begin, char *limit); void *mem_alloc(struct mem *t, int size, int align); #endif /* _H_OFMEM_SPARC32 */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.