Chameleon

Chameleon Svn Source Tree

Root/branches/ErmaC/Enoch/i386/libsaio/state_generator.h

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
18voidget_acpi_cpu_names(uint8_t *dsdt, uint32_t length);
19structacpi_2_ssdt *generate_cst_ssdt(struct acpi_2_fadt *fadt);
20structacpi_2_ssdt *generate_pss_ssdt(struct acpi_2_dsdt *dsdt);
21
22#endif /* !__LIBSAIO_STATE_GENERATOR_H */
23

Archive Download this file

Revision: 2542