irq-mvebu-gicp.h 233 B

1234567891011
  1. #ifndef __MVEBU_GICP_H__
  2. #define __MVEBU_GICP_H__
  3. #include <linux/types.h>
  4. struct device_node;
  5. int mvebu_gicp_get_doorbells(struct device_node *dn, phys_addr_t *setspi,
  6. phys_addr_t *clrspi);
  7. #endif /* __MVEBU_GICP_H__ */