Linux-libre 3.10.70-gnu
[librecmc/linux-libre.git] / drivers / staging / tidspbridge / include / dspbridge / devdefs.h
1 /*
2  * devdefs.h
3  *
4  * DSP-BIOS Bridge driver support functions for TI OMAP processors.
5  *
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.
8  *
9  * Copyright (C) 2008 Texas Instruments, Inc.
10  *
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.
14  *
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.
18  */
19
20 #ifndef DEVDEFS_
21 #define DEVDEFS_
22
23 /* Bridge Device Object */
24 struct dev_object;
25
26 #endif /* DEVDEFS_ */