Chameleon Applications

Chameleon Applications Svn Source Tree

Root/branches/iFabio/i386/libsaio/acpi_patcher.h

Source at commit 169 created 13 years 6 months ago.
By ifabio, Update my branch folder with last changes: - Update all language with last _title and _description (need translation). - Comment (disabled) in the main make the option for advanced pkg - Added Options (from scrax's basics folder) - Added Chameleon Prefpanel - Correct some minus error - Comment (disabled) the copy for the resourced folder.
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: 169