File:  [Qemu by Fabrice Bellard] / qemu / roms / openbios / include / arch / sparc32 / ofmem_sparc32.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 19:37:13 2018 UTC (8 years, 1 month ago) by root
Branches: qemu, MAIN
CVS tags: qemu1101, HEAD
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 */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.