Chameleon

Chameleon Svn Source Tree

Root/branches/meklort/i386/modules/Memory/mem.h

Source at commit 1018 created 13 years 1 month ago.
By cosmo1t, smbios_getters (added a DBG for validating the index in order to make sure we were mapped to spd.c's slot platform.h -- fixed a type on a comment spd.c moved the check && Platform.DMI.DIMM[i] assignment into the if check for spd validity
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: 1018