You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __MVEBU_GICP_H__
|
|
#define __MVEBU_GICP_H__
|
|
|
|
#include <linux/types.h>
|
|
|
|
struct device_node;
|
|
|
|
int mvebu_gicp_get_doorbells(struct device_node *dn, phys_addr_t *setspi,
|
|
phys_addr_t *clrspi);
|
|
|
|
#endif /* __MVEBU_GICP_H__ */
|
|
|