Chameleon

Chameleon Svn Source Tree

Root/tags/2.0/i386/libsaio/acpi_patcher.h

Source at commit 1808 created 12 years 3 months ago.
By blackosx, Revise layout of package installer 'Welcome' file so it looks cleaner. Change the copyright notice to begin from 2009 as seen in the Chameleon 2.0 r431 installer. Should this date be set earlier?
1/*
2 * Copyright 2008 mackerintel
3 */
4
5#ifndef __LIBSAIO_ACPI_PATCHER_H
6#define __LIBSAIO_ACPI_PATCHER_H
7
8#include "libsaio.h"
9
10uint64_t acpi10_p;
11uint64_t acpi20_p;
12uint64_t smbios_p;
13
14extern int setupAcpi();
15
16extern EFI_STATUS addConfigurationTable();
17
18extern EFI_GUID gEfiAcpiTableGuid;
19extern EFI_GUID gEfiAcpi20TableGuid;
20
21struct p_state
22{
23union
24{
25uint16_t Control;
26struct
27{
28uint8_t VID;// Voltage ID
29uint8_t FID;// Frequency ID
30};
31};
32
33uint8_tCID;// Compare ID
34uint32_tFrequency;
35};
36
37#endif /* !__LIBSAIO_ACPI_PATCHER_H */
38

Archive Download this file

Revision: 1808