Chameleon

Chameleon Svn Source Tree

Root/branches/meklort/i386/libsaio/mem.h

Source at commit 430 created 13 years 9 months ago.
By meklort, Removed unused code left over from before rebinding. Modified then handel_symtab function so that it can be used within the kernel patcher module. This is untested, other than to make sure it boots.
1/*
2 * Copyright 2010 AsereBLN. All rights reserved. <aserebln@googlemail.com>
3 *
4 * mem.h
5 */
6
7#ifndef __LIBSAIO_MEM_H
8#define __LIBSAIO_MEM_H
9
10#include "platform.h"
11
12extern void scan_memory(PlatformInfo_t *);
13
14
15#endif/* __LIBSAIO_MEM_H */
16

Archive Download this file

Revision: 430