15 lines
213 B
C
15 lines
213 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef ACCELHUB_H
|
|
#define ACCELHUB_H
|
|
|
|
#include <linux/ioctl.h>
|
|
|
|
#define ACCELHUB_BUFSIZE 256
|
|
#define ACCELHUB_AXES_NUM 3
|
|
|
|
#endif
|