macintosh/ams/ams: Add header file macro definition

Add header file macro definition.

Signed-off-by: Li zeming <zeming@nfschina.com>
[mpe: Add endif comment]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220707015352.3391-1-zeming@nfschina.com
This commit is contained in:
Li zeming 2022-07-07 09:53:52 +08:00 committed by Michael Ellerman
parent a0542d2c45
commit 2dfcace75e

View file

@ -1,4 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _AMS_H
#define _AMS_H
#include <linux/i2c.h>
#include <linux/input.h>
#include <linux/kthread.h>
@ -69,3 +72,5 @@ extern int ams_i2c_init(struct device_node *np);
extern int ams_input_init(void);
extern void ams_input_exit(void);
#endif /* _AMS_H */