18 lines
284 B
C
18 lines
284 B
C
/**
|
|
* @file focaltech.h
|
|
* @focaltech touch ic head file.
|
|
*
|
|
* @Copyright (c) 2022 Semidrive Semiconductor.
|
|
* @All rights reserved.
|
|
*
|
|
**/
|
|
|
|
#ifndef FOCALTECH_DRV_H_
|
|
#define FOCALTECH_DRV_H_
|
|
|
|
#include "touch_dev.h"
|
|
|
|
extern int focaltech_touch_init(touch_dev_t *touch_dev);
|
|
|
|
#endif
|