1 /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 3 * Samsung Platform - Keypad platform data def 4 * 5 * Copyright (C) 2010 Samsung Electronics Co.L 6 * Author: Joonyoung Shim <jy0922.shim@samsung 7 */ 8 9 #ifndef __PLAT_SAMSUNG_KEYPAD_H 10 #define __PLAT_SAMSUNG_KEYPAD_H 11 12 #include <linux/input/samsung-keypad.h> 13 14 /** 15 * samsung_keypad_set_platdata - Set platform 16 * @pd: Platform data to register to device. 17 * 18 * Register the given platform data for use wi 19 * The call will copy the platform data, so th 20 * make the structure itself __initdata. 21 */ 22 extern void samsung_keypad_set_platdata(struct 23 24 /* defined by architecture to configure gpio. 25 extern void samsung_keypad_cfg_gpio(unsigned i 26 27 #endif /* __PLAT_SAMSUNG_KEYPAD_H */ 28
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.