mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 00:56:46 +07:00
12 lines
233 B
C
12 lines
233 B
C
|
#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__ */
|