staging: ti dspbridge: deh: remove err_info
[linux-2.6/libata-dev.git] / drivers / staging / tidspbridge / core / _deh.h
blob32b84f30b09ffcb28de567b7ceb784a2bd8289ba
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 u32 fault_addr;
31 /* MMU Fault DPC */
32 struct tasklet_struct dpc_tasklet;
35 #endif /* _DEH_ */