Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Driver for Altera Partial Reconfiguration IP Core
0004  *
0005  * Copyright (C) 2016 Intel Corporation
0006  *
0007  * Based on socfpga-a10.c Copyright (C) 2015-2016 Altera Corporation
0008  *  by Alan Tull <atull@opensource.altera.com>
0009  */
0010 
0011 #ifndef _ALT_PR_IP_CORE_H
0012 #define _ALT_PR_IP_CORE_H
0013 #include <linux/io.h>
0014 
0015 int alt_pr_register(struct device *dev, void __iomem *reg_base);
0016 
0017 #endif /* _ALT_PR_IP_CORE_H */