Chameleon

Chameleon Svn Source Tree

Root/tags/2.3/i386/libsaio/state_generator.h

Source at commit HEAD created 4 years 9 months ago.
By ifabio, Few update to kernelPatcher (Credits to CrazyBirdy)
1/*
2 * Copyright 2008 mackerintel
3 *
4 * state_generator.h
5 * Chameleon
6 *
7 * Created by Mozodojo on 20/07/10.
8 * Copyright 2010 mozo. All rights reserved.
9 *
10 */
11
12#ifndef __LIBSAIO_STATE_GENERATOR_H
13#define __LIBSAIO_STATE_GENERATOR_H
14
15#include "aml_generator.h"
16#include "libsaio.h"
17
18externuint8_t acpi_cpu_count;
19externuint32_t acpi_cpu_p_blk;
20externchar *acpi_cpu_name[32];
21
22voidget_acpi_cpu_names(uint8_t *dsdt, uint32_t length);
23structacpi_2_ssdt *generate_cst_ssdt(struct acpi_2_fadt *fadt);
24structacpi_2_ssdt *generate_pss_ssdt(struct acpi_2_dsdt *dsdt);
25
26#endif /* !__LIBSAIO_STATE_GENERATOR_H */
27

Archive Download this file

Revision: HEAD