mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
date 2000.12.14.00.25.00; author agrover; state Exp;
This commit is contained in:
parent
570215f8d8
commit
272b784bbe
@ -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__ */
|
||||
|
Loading…
Reference in New Issue
Block a user