fpga: region: add fpga-region.h header
authorAlan Tull <atull@kernel.org>
Wed, 15 Nov 2017 20:20:21 +0000 (14:20 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 15:30:38 +0000 (16:30 +0100)
commit59460a9305458ac3e7f2415b602dbaa6cfcb8a3b
treeeecf8b6625b2543db973642cefedccc8e28dd99f
parentc8898eda81e0b949ca214e1a45ce1b56677eb849
fpga: region: add fpga-region.h header

* Create fpga-region.h.
* Export fpga_region_program_fpga.
* Move struct fpga_region and other things to the header.

This is a step in separating FPGA region common code
from Device Tree support.

Signed-off-by: Alan Tull <atull@kernel.org>
Acked-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fpga/fpga-region.c
include/linux/fpga/fpga-region.h [new file with mode: 0644]