Chameleon

Chameleon Svn Source Tree

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

1/*
2 *
3 * This file contains Original Code and/or Modifications of Original Code
4 * as defined in and that are subject to the Apple Public Source License
5 * Version 2.0 (the 'License'). You may not use this file except in
6 * compliance with the License. The rights granted to you under the License
7 * may not be used to create, or enable the creation or redistribution of,
8 * unlawful or unlicensed copies of an Apple operating system, or to
9 * circumvent, violate, or enable the circumvention or violation of, any
10 * terms of an Apple operating system software license agreement.
11 *
12 * Please obtain a copy of the License at
13 * http://www.opensource.apple.com/apsl/ and read it before using this file.
14 *
15 * The Original Code and all software distributed under the License are
16 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
17 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
18 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
20 * Please see the License for the specific language governing rights and
21 * limitations under the License.
22 *
23 * Copyright 2007 David F. Elliott.
24 * All rights reserved.
25 *
26 */
27
28#ifndef __LIBSAIO_FAKE_EFI_H
29#define __LIBSAIO_FAKE_EFI_H
30
31/* Set up space for up to 10 configuration table entries */
32#define MAX_CONFIGURATION_TABLE_ENTRIES 10
33/*
34extern EFI_GUID const gEfiAcpiTableGuid;
35extern EFI_GUID const gEfiAcpi20TableGuid;
36extern EFI_GUID const gEfiSmbiosTableGuid;
37*/
38extern void setupFakeEfi(void);
39extern uint64_t acpi10_p;
40extern uint64_t acpi20_p;
41
42#endif /* !__LIBSAIO_FAKE_EFI_H */
43

Archive Download this file

Revision: 2531