/**
 * @file
 * @brief Trusted User Interface Low Level API
 * @copyright (C) 2012 - 2021, Samsung Electronics Co., Ltd.
 */

#pragma once

#include <sys/uio.h>
#include <tees_driver.h>
#include "tuill_socket_lib.h"

extern struct socket_callbacks touch_cb;

int touch_ioctl(struct drv_info *info, int ioctl_cmd, struct ioctl_arg *arg);
void stop_reading_thread(void);
