Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
Note: File does not exist in v3.1.
 1/* SPDX-License-Identifier: GPL-2.0 */
 2#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__ */