summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorNicolin Chen <nicolinc@nvidia.com>2018-06-07 17:52:16 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-06-08 01:53:53 -0400
commit4577a27cc53f775dab2bb75eb321e674f9f3497b (patch)
treee22430fd625685560415a47c3a0e11512d602694 /include/linux
parentecf4674d4007e8bea9c7946802d7a9dc02f7da91 (diff)
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 <nicolinc@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1743008 GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/input-cfboost.h21
1 files changed, 21 insertions, 0 deletions
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 @@
1/*
2 * Copyright (c) 2013-2018, NVIDIA CORPORATION. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
7 *
8 * This program is distributed in the hope that it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11 * more details.
12 *
13 */
14
15#ifndef __LINUX_INPUT_CFBOOST_H
16#define __LINUX_INPUT_CFBOOST_H
17
18int cfb_add_device(struct device *dev);
19void cfb_remove_device(struct device *dev);
20
21#endif