Chameleon

Chameleon Svn Source Tree

Root/branches/cparm/i386/modules/ACPIPatcher/AcpiPatcher.c

  • Property svn:executable set to *
1/*
2 * Copyright (c) 2009 Evan Lojewski. All rights reserved.
3 *
4 */
5
6/*
7 * Copyright (c) 2010,2012 cparm <armelcadetpetit@gmail.com>. All rights reserved.
8 *
9 */
10
11#include "libsaio.h"
12#include "modules.h"
13#include "bootstruct.h"
14#include "pci_root.h"
15#include "acpi_patcher.h"
16
17void AcpiPatcher_start(void);
18void AcpiPatcher_start(void)
19{
20 replace_system_function("_setup_acpi",&setupAcpi);
21}

Archive Download this file

Revision: 1931