blob: 1a68827c782a1f51247a81ab7e1b7c9b82385d75 [file]
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2021 MediaTek Inc.
*/
#ifndef __KREE_INC_COUNTER
#define __KREE_INC_COUNTER
/* enable counter implementation */
#ifndef CONFIG_DEVICE_MODULES_OPTEE
//#define ENABLE_INC_ONLY_COUNTER
#endif
int update_counter_thread(void *data);
#endif