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 / devdefs.h
bloba2f9241ff139dd1a6a42572fc0bb984aad501430
1 /*
2 * devdefs.h
4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
6 * Definition of common include typedef between dspdefs.h and dev.h. Required
7 * to break circular dependency between Bridge driver and DEV include files.
9 * Copyright (C) 2008 Texas Instruments, Inc.
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 DEVDEFS_
21 #define DEVDEFS_
23 /* Bridge Device Object */
24 struct dev_object;
26 #endif /* DEVDEFS_ */