1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 2 /* 3 * Copyright (C) ST-Ericsson SA 2012 3 * Copyright (C) ST-Ericsson SA 2012 4 * 4 * 5 * Author: Ola Lilja <ola.o.lilja@stericsson.c 5 * Author: Ola Lilja <ola.o.lilja@stericsson.com>, 6 * Roger Nilsson <roger.xr.nilsson@ste 6 * Roger Nilsson <roger.xr.nilsson@stericsson.com> 7 * for ST-Ericsson. 7 * for ST-Ericsson. 8 */ 8 */ 9 #ifndef UX500_PCM_H 9 #ifndef UX500_PCM_H 10 #define UX500_PCM_H 10 #define UX500_PCM_H 11 11 12 #include <asm/page.h> 12 #include <asm/page.h> 13 13 14 #include <linux/workqueue.h> 14 #include <linux/workqueue.h> 15 15 16 int ux500_pcm_register_platform(struct platfor 16 int ux500_pcm_register_platform(struct platform_device *pdev); 17 int ux500_pcm_unregister_platform(struct platf 17 int ux500_pcm_unregister_platform(struct platform_device *pdev); 18 18 19 #endif 19 #endif 20 20
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.