staging: ti dspbridge: add core driver sources
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / tidspbridge / core / _deh.h
blob8da2212e40834a6523277cb12824f53f0874e3c1
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.
10 * This package is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
14 * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
15 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
16 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
19 #ifndef _DEH_
20 #define _DEH_
22 #include <dspbridge/ntfy.h>
23 #include <dspbridge/dspdefs.h>
25 /* DEH Manager: only one created per board: */
26 struct deh_mgr {
27 struct bridge_dev_context *hbridge_context; /* Bridge context. */
28 struct ntfy_object *ntfy_obj; /* NTFY object */
29 struct dsp_errorinfo err_info; /* DSP exception info. */
31 /* MMU Fault DPC */
32 struct tasklet_struct dpc_tasklet;
35 #endif /* _DEH_ */