Deleted Added
full compact
acfreebsd.h (91116) acfreebsd.h (100966)
1/******************************************************************************
2 *
3 * Name: acfreebsd.h - OS specific defines, etc.
1/******************************************************************************
2 *
3 * Name: acfreebsd.h - OS specific defines, etc.
4 * $Revision: 7 $
4 * $Revision: 9 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.

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

121 * XXX this is technically correct, but will cause problems with some ASL
122 * which only works if the string names a Microsoft operating system.
123 */
124#define ACPI_OS_NAME "FreeBSD"
125
126/* FreeBSD uses GCC */
127
128#include "acgcc.h"
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.

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

121 * XXX this is technically correct, but will cause problems with some ASL
122 * which only works if the string names a Microsoft operating system.
123 */
124#define ACPI_OS_NAME "FreeBSD"
125
126/* FreeBSD uses GCC */
127
128#include "acgcc.h"
129#include <machine/acpica_machdep.h>
129
130#ifdef _KERNEL
131#include <sys/ctype.h>
132#include <sys/param.h>
133#include <sys/systm.h>
134#include <sys/libkern.h>
135#include <machine/stdarg.h>
136

--- 63 unchanged lines hidden ---
130
131#ifdef _KERNEL
132#include <sys/ctype.h>
133#include <sys/param.h>
134#include <sys/systm.h>
135#include <sys/libkern.h>
136#include <machine/stdarg.h>
137

--- 63 unchanged lines hidden ---