Commit 2dfcace7 authored by Li zeming's avatar Li zeming Committed by Michael Ellerman

macintosh/ams/ams: Add header file macro definition

Add header file macro definition.
Signed-off-by: default avatarLi zeming <zeming@nfschina.com>
[mpe: Add endif comment]
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220707015352.3391-1-zeming@nfschina.com
parent a0542d2c
/* SPDX-License-Identifier: GPL-2.0 */ /* SPDX-License-Identifier: GPL-2.0 */
#ifndef _AMS_H
#define _AMS_H
#include <linux/i2c.h> #include <linux/i2c.h>
#include <linux/input.h> #include <linux/input.h>
#include <linux/kthread.h> #include <linux/kthread.h>
...@@ -69,3 +72,5 @@ extern int ams_i2c_init(struct device_node *np); ...@@ -69,3 +72,5 @@ extern int ams_i2c_init(struct device_node *np);
extern int ams_input_init(void); extern int ams_input_init(void);
extern void ams_input_exit(void); extern void ams_input_exit(void);
#endif /* _AMS_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment