mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
Input: synaptics-rmi4 - add includes for types used in rmi_2d_sensor.h
Headers should include definitions for types that they use. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
890ba82a60
commit
8742bebb84
|
|
@ -7,6 +7,9 @@
|
|||
#ifndef _RMI_2D_SENSOR_H
|
||||
#define _RMI_2D_SENSOR_H
|
||||
|
||||
#include <linux/rmi.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
enum rmi_2d_sensor_object_type {
|
||||
RMI_2D_OBJECT_NONE,
|
||||
RMI_2D_OBJECT_FINGER,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user