Liam Girdwood | a8d99da | 2011-02-03 15:28:19 +0000 | [diff] [blame] | 1 | /* |
| 2 | * omap-aess -- OMAP4 ABE DSP |
| 3 | * |
| 4 | * Author: Liam Girdwood <lrg@slimlogic.co.uk> |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify |
| 7 | * it under the terms of the GNU General Public License version 2 as |
| 8 | * published by the Free Software Foundation. |
| 9 | */ |
| 10 | |
| 11 | #ifndef _OMAP4_ABE_DSP_H |
| 12 | #define _OMAP4_ABE_DSP_H |
| 13 | |
| 14 | struct omap4_abe_dsp_pdata { |
| 15 | /* Return context loss count due to PM states changing */ |
| 16 | int (*get_context_loss_count)(struct device *dev); |
| 17 | }; |
| 18 | |
| 19 | #endif |