Chameleon

Chameleon Svn Source Tree

Root/branches/andyvand/i386/libsaio/spd.c

1/*
2 * Copyright 2010 AsereBLN. All rights reserved. <aserebln@googlemail.com>
3 *
4 * spd.c - obtain serial presene detect memory information
5 */
6
7#include "libsaio.h"
8#include "pci.h"
9#include "platform.h"
10#include "spd.h"
11
12#ifndef DEBUG_SPD
13#define DEBUG_SPD 0
14#endif
15
16#if DEBUG_SPD
17#define DBG(x...)printf(x)
18#else
19#define DBG(x...)
20#endif
21
22void scan_spd(PlatformInfo_t *p)
23{
24/* NYI */
25}
26

Archive Download this file

Revision: 69