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 / nodedefs.h
blobfb9623d8a79a2d89dbc0c4e300ab69951e48a729
1 /*
2 * nodedefs.h
4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
6 * Global NODE constants and types, shared by PROCESSOR, NODE, and DISP.
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 NODEDEFS_
20 #define NODEDEFS_
22 #define NODE_SUSPENDEDPRI -1
24 /* NODE Objects: */
25 struct node_mgr;
26 struct node_object;
28 #endif /* NODEDEFS_ */