blob: 60c405d48c61f33b3fda83cf0190e49dd41b2b17 [file] [log] [blame]
Liam Girdwooda8d99da2011-02-03 15:28:19 +00001/*
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
14struct 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