Chameleon

Chameleon Svn Source Tree

Root/branches/cparm/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 "pci_root.h"
10#include "acpi_codec.h"
11
12void ACPICodec_start(void);
13void ACPICodec_start(void)
14{
15 replace_system_function("_setup_acpi",&setupAcpi);
16}

Archive Download this file

Revision: 2006