Deleted Added
full compact
acfreebsd.h (131440) acfreebsd.h (151600)
1/******************************************************************************
2 *
3 * Name: acfreebsd.h - OS specific defines, etc.
4 * $Revision: 17 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

115 *****************************************************************************/
116
117#ifndef __ACFREEBSD_H__
118#define __ACFREEBSD_H__
119
120
121/* FreeBSD uses GCC */
122
1/******************************************************************************
2 *
3 * Name: acfreebsd.h - OS specific defines, etc.
4 * $Revision: 17 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

115 *****************************************************************************/
116
117#ifndef __ACFREEBSD_H__
118#define __ACFREEBSD_H__
119
120
121/* FreeBSD uses GCC */
122
123#include "acgcc.h"
123#include <contrib/dev/acpica/acgcc.h>
124#include <sys/types.h>
125#include <machine/acpica_machdep.h>
126
127#ifdef _KERNEL
128#include "opt_acpi.h"
129#endif
130
131#ifdef ACPI_DEBUG

--- 75 unchanged lines hidden ---
124#include <sys/types.h>
125#include <machine/acpica_machdep.h>
126
127#ifdef _KERNEL
128#include "opt_acpi.h"
129#endif
130
131#ifdef ACPI_DEBUG

--- 75 unchanged lines hidden ---