Chameleon

Chameleon Svn Source Tree

Root/branches/cparm/i386/libsaio/fake_efi.h

1/*
2 * Copyright 2007 David F. Elliott. All rights reserved.
3 */
4
5#ifndef __LIBSAIO_FAKE_EFI_H
6#define __LIBSAIO_FAKE_EFI_H
7
8/* Set up space for up to 10 configuration table entries */
9#define MAX_CONFIGURATION_TABLE_ENTRIES 10
10#include "efi.h"
11#include "SMBIOS.h"
12
13extern void
14setupFakeEfi(void);
15
16extern uint64_t acpi10_p;
17extern uint64_t acpi20_p;
18
19extern EFI_STATUS addConfigurationTable();
20
21extern struct SMBEntryPoint*getSmbiosOriginal();
22
23extern void setupSmbiosConfigFile(const char *filename);
24
25extern void local_readSMBIOS(int value);
26
27#endif /* !__LIBSAIO_FAKE_EFI_H */
28

Archive Download this file

Revision: 789