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 "acpi_patcher.h"
15
16void AcpiPatcher_start(void);
17void AcpiPatcher_start(void)
18{
19 replace_system_function("_setup_acpi",&setupAcpi);
20}

Archive Download this file

Revision: 2016