blob: d76e1aff64583a328010cf2b0c67ac8a310a3223 [file] [log] [blame]
Ola Lilja01a0c112012-05-24 15:26:32 +02001/*
2 * Copyright (C) ST-Ericsson SA 2012
3 *
4 * Author: Ola Lilja <ola.o.lilja@stericsson.com>,
5 * Roger Nilsson <roger.xr.nilsson@stericsson.com>
6 * for ST-Ericsson.
7 *
8 * License terms:
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as published
12 * by the Free Software Foundation.
13 */
14#ifndef UX500_PCM_H
15#define UX500_PCM_H
16
17#include <asm/page.h>
18
19#include <linux/workqueue.h>
20
Lee Jones1428c202012-11-23 13:05:41 +000021int ux500_pcm_register_platform(struct platform_device *pdev);
22int ux500_pcm_unregister_platform(struct platform_device *pdev);
23
Ola Lilja01a0c112012-05-24 15:26:32 +020024#endif