1b71c0892SKarol Herbst /*
2b71c0892SKarol Herbst  * Copyright 2015 Karol Herbst
3b71c0892SKarol Herbst  *
4b71c0892SKarol Herbst  * Permission is hereby granted, free of charge, to any person obtaining a
5b71c0892SKarol Herbst  * copy of this software and associated documentation files (the "Software"),
6b71c0892SKarol Herbst  * to deal in the Software without restriction, including without limitation
7b71c0892SKarol Herbst  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8b71c0892SKarol Herbst  * and/or sell copies of the Software, and to permit persons to whom the
9b71c0892SKarol Herbst  * Software is furnished to do so, subject to the following conditions:
10b71c0892SKarol Herbst  *
11b71c0892SKarol Herbst  * The above copyright notice and this permission notice shall be included in
12b71c0892SKarol Herbst  * all copies or substantial portions of the Software.
13b71c0892SKarol Herbst  *
14b71c0892SKarol Herbst  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15b71c0892SKarol Herbst  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16b71c0892SKarol Herbst  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17b71c0892SKarol Herbst  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18b71c0892SKarol Herbst  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19b71c0892SKarol Herbst  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20b71c0892SKarol Herbst  * OTHER DEALINGS IN THE SOFTWARE.
21b71c0892SKarol Herbst  *
22b71c0892SKarol Herbst  * Authors: Karol Herbst
23b71c0892SKarol Herbst  */
24b71c0892SKarol Herbst #include "priv.h"
25b71c0892SKarol Herbst 
26b71c0892SKarol Herbst int
gf100_iccsense_new(struct nvkm_device * device,enum nvkm_subdev_type type,int inst,struct nvkm_iccsense ** piccsense)27*4dea1a96SBen Skeggs gf100_iccsense_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst,
28b71c0892SKarol Herbst 		   struct nvkm_iccsense **piccsense)
29b71c0892SKarol Herbst {
30*4dea1a96SBen Skeggs 	return nvkm_iccsense_new_(device, type, inst, piccsense);
31b71c0892SKarol Herbst }
32