]> Git Repo - linux.git/blob - drivers/irqchip/irq-mvebu-gicp.h
powerpc/book3s64/mm: Simplify the rcu callback for page table free
[linux.git] / drivers / irqchip / irq-mvebu-gicp.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __MVEBU_GICP_H__
3 #define __MVEBU_GICP_H__
4
5 #include <linux/types.h>
6
7 struct device_node;
8
9 int mvebu_gicp_get_doorbells(struct device_node *dn, phys_addr_t *setspi,
10                              phys_addr_t *clrspi);
11
12 #endif /* __MVEBU_GICP_H__ */
This page took 0.033919 seconds and 4 git commands to generate.