staging: tidspbridge: remove IN modifier
[linux-2.6.git] / drivers / staging / tidspbridge / include / dspbridge / ldr.h
blob6a0269cd07ef731c565cdca48acf26181e9b81ba
1 /*
2 * ldr.h
4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
6 * Provide module loading services and symbol export services.
8 * Notes:
9 * This service is meant to be used by modules of the DSP/BIOS Bridge
10 * driver.
12 * Copyright (C) 2005-2006 Texas Instruments, Inc.
14 * This package is free software; you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License version 2 as
16 * published by the Free Software Foundation.
18 * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
19 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
20 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
23 #ifndef LDR_
24 #define LDR_
26 /* Loader objects: */
27 struct ldr_module;
29 #endif /* LDR_ */