cxl: Export file ops for use by API
authorMichael Neuling <mikey@neuling.org>
Wed, 27 May 2015 06:07:17 +0000 (16:07 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 3 Jun 2015 03:27:20 +0000 (13:27 +1000)
commit0520336afe5de76324c73f793bc40732e5c13359
treeea2866229b78e320a4e24616b5d8881fb294e390
parentec249dd860ed88e15b3e2bd363cbfc76ba8c1884
cxl: Export file ops for use by API

The cxl kernel API will allow drivers other than cxl to export a file
descriptor which has the same userspace API.  These file descriptors will be
able to be used against libcxl.

This exports those file ops for use by other drivers.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Acked-by: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/misc/cxl/cxl.h
drivers/misc/cxl/file.c