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 / drvdefs.h
blob2920917bbc5f9067987715a42d81ab699d4d3d39
1 /*
2 * drvdefs.h
4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
6 * Definition of common struct between dspdefs.h and drv.h.
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 DRVDEFS_
20 #define DRVDEFS_
22 /* Bridge Driver Object */
23 struct drv_object;
25 #endif /* DRVDEFS_ */