|
@@ -12,6 +12,7 @@
|
|
|
*/
|
|
*/
|
|
|
#ifndef __NFIT_TEST_H__
|
|
#ifndef __NFIT_TEST_H__
|
|
|
#define __NFIT_TEST_H__
|
|
#define __NFIT_TEST_H__
|
|
|
|
|
+#include <linux/acpi.h>
|
|
|
#include <linux/list.h>
|
|
#include <linux/list.h>
|
|
|
#include <linux/uuid.h>
|
|
#include <linux/uuid.h>
|
|
|
#include <linux/ioport.h>
|
|
#include <linux/ioport.h>
|
|
@@ -234,9 +235,6 @@ struct nd_intel_lss {
|
|
|
__u32 status;
|
|
__u32 status;
|
|
|
} __packed;
|
|
} __packed;
|
|
|
|
|
|
|
|
-union acpi_object;
|
|
|
|
|
-typedef void *acpi_handle;
|
|
|
|
|
-
|
|
|
|
|
typedef struct nfit_test_resource *(*nfit_test_lookup_fn)(resource_size_t);
|
|
typedef struct nfit_test_resource *(*nfit_test_lookup_fn)(resource_size_t);
|
|
|
typedef union acpi_object *(*nfit_test_evaluate_dsm_fn)(acpi_handle handle,
|
|
typedef union acpi_object *(*nfit_test_evaluate_dsm_fn)(acpi_handle handle,
|
|
|
const guid_t *guid, u64 rev, u64 func,
|
|
const guid_t *guid, u64 rev, u64 func,
|