]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-omap2/omap_hwmod.h
ARM: OMAP4+: AESS: enable internal auto-gating during initial setup
[karo-tx-linux.git] / arch / arm / mach-omap2 / omap_hwmod.h
index 41066b4b7a7b9f0e5c11e174cd50fdd78757b8da..6ec73cbc30c4d31c4abc8d7f868ba6c354c82779 100644 (file)
@@ -672,6 +672,12 @@ extern void __init omap_hwmod_init(void);
 
 const char *omap_hwmod_get_main_clk(struct omap_hwmod *oh);
 
+/*
+ *
+ */
+
+extern int omap_hwmod_aess_preprogram(struct omap_hwmod *oh);
+
 /*
  * Chip variant-specific hwmod init routines - XXX should be converted
  * to use initcalls once the initial boot ordering is straightened out