date 2000.12.14.00.25.00; author agrover; state Exp;

This commit is contained in:
aystarik 2005-06-29 20:25:04 +00:00
parent 570215f8d8
commit 272b784bbe

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: aclinux.h - OS specific defines, etc.
* $Revision: 1.5 $
* $Revision: 1.6 $
*
*****************************************************************************/
@ -139,20 +139,4 @@
#define ACPI_NO_INTEGER64_SUPPORT
#endif
#if 0
/* Use native Linux string library */
#define ACPI_USE_SYSTEM_CLIBRARY
/* Special functions */
#define strtoul simple_strtoul
/* Linux clib doesn't to strupr, but we do. */
char *
strupr(char *str);
#endif /* 0 */
#endif /* __ACLINUX_H__ */