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/amd64/include/acpica_machdep.h 128979 2004-05-05 20:04:14Z njl $
26 * $FreeBSD: head/sys/amd64/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 *****************************************************************************/

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

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

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

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