mirror of
https://github.com/acpica/acpica/
synced 2025-02-22 16:34:24 +03:00
date 2001.04.19.17.50.00; author agrover; state Exp;
This commit is contained in:
parent
293bc08de0
commit
7bff3cf1ca
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user