summaryrefslogtreecommitdiff
path: root/drivers/staging/tidspbridge/include/dspbridge/dbll.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-02-09 23:13:28 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-09 23:13:33 (GMT)
commit59db5b2b9e0327e545ff5764dadcb26062c2ab1f (patch)
tree478476fa4b9a4396f9f5982b336971726d547ef0 /drivers/staging/tidspbridge/include/dspbridge/dbll.h
parent26e805544a5dfd22b3def27b4c2363cd81a40467 (diff)
parentfbbb4959eee4762a2fa60c6352be2284ebb1cb67 (diff)
downloadlinux-59db5b2b9e0327e545ff5764dadcb26062c2ab1f.tar.xz
Staging: Merge branch 'tidspbridge-for-2.6.39' of git://dev.omapzoom.org/pub/scm/tidspbridge/kernel-dspbridge into staging-next
* 'tidspbridge-for-2.6.39' of git://dev.omapzoom.org/pub/scm/tidspbridge/kernel-dspbridge: (37 commits) staging: tidspbridge: set12 remove hungarian from structs staging: tidspbridge: set11 remove hungarian from structs staging: tidspbridge: set10 remove hungarian from structs staging: tidspbridge: set9 remove hungarian from structs staging: tidspbridge: set8 remove hungarian from structs staging: tidspbridge: set7 remove hungarian from structs staging: tidspbridge: set6 remove hungarian from structs staging: tidspbridge: set5 remove hungarian from structs staging: tidspbridge: set4 remove hungarian from structs staging: tidspbridge: set3 remove hungarian from structs staging: tidspbridge: set2 remove hungarian from structs staging: tidspbridge: set1 remove hungarian from structs staging: tidspbridge: remove code referred by OPT_ZERO_COPY_LOADER staging: tidspbridge: Remove trivial header files staging: tidspbridge: Remove unused typedefs staging: tidspbridge: Remove unused structs staging: tidspbridge: Remove unused functions staging: tidspbridge: Remove unused defined constants staging: tidspbridge: Fix atoi to support hexadecimal numbers correctly staging: tidspbridge: rmgr/node.c code cleanup ...
Diffstat (limited to 'drivers/staging/tidspbridge/include/dspbridge/dbll.h')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/dbll.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/dbll.h b/drivers/staging/tidspbridge/include/dspbridge/dbll.h
index b018676..46a9e00 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/dbll.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/dbll.h
@@ -42,18 +42,12 @@ extern bool dbll_init(void);
extern int dbll_load(struct dbll_library_obj *lib,
dbll_flags flags,
struct dbll_attrs *attrs, u32 * entry);
-extern int dbll_load_sect(struct dbll_library_obj *zl_lib,
- char *sec_name, struct dbll_attrs *attrs);
extern int dbll_open(struct dbll_tar_obj *target, char *file,
dbll_flags flags,
struct dbll_library_obj **lib_obj);
extern int dbll_read_sect(struct dbll_library_obj *lib,
char *name, char *buf, u32 size);
-extern void dbll_set_attrs(struct dbll_tar_obj *target,
- struct dbll_attrs *pattrs);
extern void dbll_unload(struct dbll_library_obj *lib, struct dbll_attrs *attrs);
-extern int dbll_unload_sect(struct dbll_library_obj *lib,
- char *sect_name, struct dbll_attrs *attrs);
#ifdef CONFIG_TIDSPBRIDGE_BACKTRACE
bool dbll_find_dsp_symbol(struct dbll_library_obj *zl_lib, u32 address,
u32 offset_range, u32 *sym_addr_output, char *name_output);