ux500_pcm.h 459 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) ST-Ericsson SA 2012
  4. *
  5. * Author: Ola Lilja <[email protected]>,
  6. * Roger Nilsson <[email protected]>
  7. * for ST-Ericsson.
  8. */
  9. #ifndef UX500_PCM_H
  10. #define UX500_PCM_H
  11. #include <asm/page.h>
  12. #include <linux/workqueue.h>
  13. int ux500_pcm_register_platform(struct platform_device *pdev);
  14. int ux500_pcm_unregister_platform(struct platform_device *pdev);
  15. #endif