Deleted Added
full compact
acpica_machdep.h (128979) acpica_machdep.h (136366)
1/*-
2 * Copyright (c) 2002 Mitsuru IWASAKI
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 2002 Mitsuru IWASAKI
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: head/sys/ia64/include/acpica_machdep.h 128979 2004-05-05 20:04:14Z njl $
26 * $FreeBSD: head/sys/ia64/include/acpica_machdep.h 136366 2004-10-11 05:39:15Z njl $
27 */
28
29/******************************************************************************
30 *
31 * Name: acpica_machdep.h - arch-specific defines, etc.
32 * $Revision$
33 *
34 *****************************************************************************/

--- 35 unchanged lines hidden (view full) ---

70 ((Acq) = acpi_release_global_lock(GLptr))
71
72#endif /* _KERNEL */
73
74#define ACPI_MACHINE_WIDTH 64
75#define COMPILER_DEPENDENT_INT64 long
76#define COMPILER_DEPENDENT_UINT64 unsigned long
77
27 */
28
29/******************************************************************************
30 *
31 * Name: acpica_machdep.h - arch-specific defines, etc.
32 * $Revision$
33 *
34 *****************************************************************************/

--- 35 unchanged lines hidden (view full) ---

70 ((Acq) = acpi_release_global_lock(GLptr))
71
72#endif /* _KERNEL */
73
74#define ACPI_MACHINE_WIDTH 64
75#define COMPILER_DEPENDENT_INT64 long
76#define COMPILER_DEPENDENT_UINT64 unsigned long
77
78void acpi_cpu_c1(void);
79
78#endif /* __ACPICA_MACHDEP_H__ */
80#endif /* __ACPICA_MACHDEP_H__ */