/*
 *
 * Copyright (C) 2022, Samsung Electronics Co., Ltd.
 *
 * Focaltech touchscreen routines, header file
 */

#pragma once

#include "tuiHal.h"

TEE_Result fts_process(void);
TEE_Result fts_close(void);
TEE_Result fts_open(uint32_t width, uint32_t height);
TEE_Result fts_get_info(drTouchInfo_ptr touchSize);
