mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 13:59:19 +03:00
fix spacing
date 2003.02.18.23.23.00; author agrover; state Exp;
This commit is contained in:
parent
d2d73658db
commit
8d89daeaf4
@ -1,7 +1,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* Name: aclinux.h - OS specific defines, etc.
|
* Name: aclinux.h - OS specific defines, etc.
|
||||||
* $Revision: 1.31 $
|
* $Revision: 1.32 $
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
@ -146,11 +146,11 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#if defined(__ia64__) || defined(__x86_64__)
|
#if defined(__ia64__) || defined(__x86_64__)
|
||||||
#define ACPI_MACHINE_WIDTH 64
|
#define ACPI_MACHINE_WIDTH 64
|
||||||
#define COMPILER_DEPENDENT_INT64 long
|
#define COMPILER_DEPENDENT_INT64 long
|
||||||
#define COMPILER_DEPENDENT_UINT64 unsigned long
|
#define COMPILER_DEPENDENT_UINT64 unsigned long
|
||||||
#else
|
#else
|
||||||
#define ACPI_MACHINE_WIDTH 32
|
#define ACPI_MACHINE_WIDTH 32
|
||||||
#define COMPILER_DEPENDENT_INT64 long long
|
#define COMPILER_DEPENDENT_INT64 long long
|
||||||
#define COMPILER_DEPENDENT_UINT64 unsigned long long
|
#define COMPILER_DEPENDENT_UINT64 unsigned long long
|
||||||
#define ACPI_USE_NATIVE_DIVIDE
|
#define ACPI_USE_NATIVE_DIVIDE
|
||||||
|
Loading…
Reference in New Issue
Block a user