blob: eaa12fb7210273308c284786a64868bb76c1ea5b [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Thomas Petazzonia68a63c2017-06-21 15:29:14 +02002#ifndef __MVEBU_GICP_H__
3#define __MVEBU_GICP_H__
4
5#include <linux/types.h>
6
7struct device_node;
8
9int mvebu_gicp_get_doorbells(struct device_node *dn, phys_addr_t *setspi,
10 phys_addr_t *clrspi);
11
12#endif /* __MVEBU_GICP_H__ */