From 4577a27cc53f775dab2bb75eb321e674f9f3497b Mon Sep 17 00:00:00 2001 From: Nicolin Chen Date: Thu, 7 Jun 2018 14:52:16 -0700 Subject: include: Move input-cfboost header files to nvidia repo The input-cfboost driver was moved to nvidia repo while its header files were not. So this patch move its header files to nvidia repo as well. Bug 200419967 Change-Id: Id9e18f7c395dabf8fe19df360050a681d8eefab0 Signed-off-by: Nicolin Chen Reviewed-on: https://git-master.nvidia.com/r/1743008 GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam Reviewed-by: mobile promotions Tested-by: mobile promotions --- include/linux/input-cfboost.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 include/linux/input-cfboost.h (limited to 'include/linux') diff --git a/include/linux/input-cfboost.h b/include/linux/input-cfboost.h new file mode 100644 index 000000000..4e1e47eef --- /dev/null +++ b/include/linux/input-cfboost.h @@ -0,0 +1,21 @@ +/* + * Copyright (c) 2013-2018, NVIDIA CORPORATION. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + */ + +#ifndef __LINUX_INPUT_CFBOOST_H +#define __LINUX_INPUT_CFBOOST_H + +int cfb_add_device(struct device *dev); +void cfb_remove_device(struct device *dev); + +#endif -- cgit v1.2.2