]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/dsp/dsp_common.h
ARM: OMAP: DSPGW: Deferred dsp initializtion
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / dsp / dsp_common.h
index dc846628f7d6569c48d824145be6db99df1c1f36..872d838f420d78f9e54c2ef454751d87583dcf14 100644 (file)
@@ -189,6 +189,7 @@ struct omap_dsp {
        struct omap_mbox        *mbox;
        struct device           *dev;
        struct list_head        *kdev_list;
+       int                     initialized;
 };
 
 #if defined(CONFIG_ARCH_OMAP1)
@@ -203,4 +204,6 @@ struct omap_dsp {
 
 extern struct omap_dsp *omap_dsp;
 
+extern int dsp_late_init(void);
+
 #endif /* DRIVER_DSP_COMMON_H */