]> Git Repo - linux.git/blob - include/linux/fpga/altera-pr-ip-core.h
Merge tag 'gvt-next-2019-01-24' of https://github.com/intel/gvt-linux into drm-intel...
[linux.git] / include / linux / fpga / altera-pr-ip-core.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Driver for Altera Partial Reconfiguration IP Core
4  *
5  * Copyright (C) 2016 Intel Corporation
6  *
7  * Based on socfpga-a10.c Copyright (C) 2015-2016 Altera Corporation
8  *  by Alan Tull <[email protected]>
9  */
10
11 #ifndef _ALT_PR_IP_CORE_H
12 #define _ALT_PR_IP_CORE_H
13 #include <linux/io.h>
14
15 int alt_pr_register(struct device *dev, void __iomem *reg_base);
16 int alt_pr_unregister(struct device *dev);
17
18 #endif /* _ALT_PR_IP_CORE_H */
This page took 0.035778 seconds and 4 git commands to generate.