diff options
Diffstat (limited to 'arch/arm/plat-omap/include/plat/mcbsp.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/mcbsp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/mcbsp.h b/arch/arm/plat-omap/include/plat/mcbsp.h index afcbb7bb0165..1fe06372c9ce 100644 --- a/arch/arm/plat-omap/include/plat/mcbsp.h +++ b/arch/arm/plat-omap/include/plat/mcbsp.h | |||
@@ -475,6 +475,15 @@ struct omap_mcbsp { | |||
475 | #endif | 475 | #endif |
476 | void *reg_cache; | 476 | void *reg_cache; |
477 | }; | 477 | }; |
478 | |||
479 | /** | ||
480 | * omap_mcbsp_dev_attr - OMAP McBSP device attributes for omap_hwmod | ||
481 | * @sidetone: name of the sidetone device | ||
482 | */ | ||
483 | struct omap_mcbsp_dev_attr { | ||
484 | const char *sidetone; | ||
485 | }; | ||
486 | |||
478 | extern struct omap_mcbsp **mcbsp_ptr; | 487 | extern struct omap_mcbsp **mcbsp_ptr; |
479 | extern int omap_mcbsp_count, omap_mcbsp_cache_size; | 488 | extern int omap_mcbsp_count, omap_mcbsp_cache_size; |
480 | 489 | ||