GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / staging / tidspbridge / include / dspbridge / dehdefs.h
blob09f8bf83ab0ab129dfda6a6e60da09c38ba20e51
1 /*
2 * dehdefs.h
4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
6 * Definition for Bridge driver module DEH.
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 DEHDEFS_
20 #define DEHDEFS_
22 #include <dspbridge/mbx_sh.h> /* shared mailbox codes */
24 /* DEH object manager */
25 struct deh_mgr;
27 /* Magic code used to determine if DSP signaled exception. */
28 #define DEH_BASE MBX_DEH_BASE
29 #define DEH_USERS_BASE MBX_DEH_USERS_BASE
30 #define DEH_LIMIT MBX_DEH_LIMIT
32 #endif /* _DEHDEFS_H */