pl080.h 460 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * arch/arm/plat-spear/include/plat/pl080.h
  4. *
  5. * DMAC pl080 definitions for SPEAr platform
  6. *
  7. * Copyright (C) 2012 ST Microelectronics
  8. * Viresh Kumar <[email protected]>
  9. */
  10. #ifndef __PLAT_PL080_H
  11. #define __PLAT_PL080_H
  12. struct pl08x_channel_data;
  13. int pl080_get_signal(const struct pl08x_channel_data *cd);
  14. void pl080_put_signal(const struct pl08x_channel_data *cd, int signal);
  15. #endif /* __PLAT_PL080_H */