Chameleon

Chameleon Svn Source Tree

Root/branches/ErmaC/Enoch_Modules/i386/modules/AcpiCodec/ACPICodec.c

  • Property svn:executable set to *
1/*
2 * Copyright (c) 2010,2012 cparm <armelcadetpetit@gmail.com>. All rights reserved.
3 *
4 */
5
6#include "libsaio.h"
7#include "modules.h"
8#include "bootstruct.h"
9#include "acpi_codec.h"
10
11void ACPICodec_start(void);
12void ACPICodec_start(void)
13{
14 replace_function("_setupAcpi",&AcpiSetup);
15}

Archive Download this file

Revision: 2238