date 2001.04.19.17.50.00; author agrover; state Exp;

This commit is contained in:
aystarik 2005-06-29 20:25:11 +00:00
parent 293bc08de0
commit 7bff3cf1ca

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: aclinux.h - OS specific defines, etc.
* $Revision: 1.10 $
* $Revision: 1.12 $
*
*****************************************************************************/
@ -119,7 +119,7 @@
#define ACPI_OS_NAME "Linux"
#undef ACPI_USE_SYSTEM_CLIBRARY
#define ACPI_USE_SYSTEM_CLIBRARY
#ifdef __KERNEL__
@ -131,6 +131,8 @@
#include <asm/atomic.h>
#include <asm/div64.h>
#define strtoul simple_strtoul
#else
#include <stdarg.h>