Use symbols for cmos offsets in ram_probe()
[seabios.git] / src / acpi.h
1 /*
2  * acpi.h
3  * ACPI support.
4  * 
5  * Copyright (C) 2008  Nguyen Anh Quynh <aquynh@gmail.com>
6  * Copyright (C) 2002  MandrakeSoft S.A.
7  * 
8  * This file may be distributed under the terms of the GNU GPLv3 license.
9  */
10
11 #ifndef __ACPI_H
12 #define __ACPI_H
13
14 #define ACPI_DATA_SIZE    0x00010000L
15
16 extern int acpi_enabled;
17
18 void acpi_bios_init(void);
19
20 #endif