irq-mvebu-gicp.h 272 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __MVEBU_GICP_H__
  3. #define __MVEBU_GICP_H__
  4. #include <linux/types.h>
  5. struct device_node;
  6. int mvebu_gicp_get_doorbells(struct device_node *dn, phys_addr_t *setspi,
  7. phys_addr_t *clrspi);
  8. #endif /* __MVEBU_GICP_H__ */