blob: 7d4664730d60a86d38dd67e9498bf120225a5be6 [file] [log] [blame]
Alan Tull473f01f2018-05-16 18:49:58 -05001/* SPDX-License-Identifier: GPL-2.0 */
Matthew Gerlachd201cc12017-03-23 19:34:28 -05002/*
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 <atull@opensource.altera.com>
Matthew Gerlachd201cc12017-03-23 19:34:28 -05009 */
10
11#ifndef _ALT_PR_IP_CORE_H
12#define _ALT_PR_IP_CORE_H
13#include <linux/io.h>
14
15int alt_pr_register(struct device *dev, void __iomem *reg_base);
16int alt_pr_unregister(struct device *dev);
17
18#endif /* _ALT_PR_IP_CORE_H */