Chameleon

Chameleon Svn Source Tree

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

Source at commit 177 created 13 years 10 months ago.
By valv, call the cpu/freq detection code late in the booter. Thanks Kabyl. New FSB detection code, plus a FixFSB and busratio keys. Added support for newer intel CPUs (Core i7/i5/i3). More nVidia Device-IDs added. Got rid of some annoying verbose messages. Healed DSDT dependency. Better CPU injection.
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: 177