Revert "staging: tidspbridge - move all iommu related code to a new file"
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / tidspbridge / core / _deh.h
blobf1254f0aa03785d6c8b4ee862a2e0a2477f6ccaf
1 /*
2 * _deh.h
4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
6 * Private header for DEH module.
8 * Copyright (C) 2005-2006 Texas Instruments, Inc.
9 * Copyright (C) 2010 Felipe Contreras
11 * This package is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
15 * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
16 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
17 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20 #ifndef _DEH_
21 #define _DEH_
23 #include <dspbridge/ntfy.h>
24 #include <dspbridge/dspdefs.h>
26 /* DEH Manager: only one created per board: */
27 struct deh_mgr {
28 struct bridge_dev_context *hbridge_context; /* Bridge context. */
29 struct ntfy_object *ntfy_obj; /* NTFY object */
31 /* MMU Fault DPC */
32 struct tasklet_struct dpc_tasklet;
35 int mmu_fault_isr(struct iommu *mmu);
37 #endif /* _DEH_ */