Files
android_kernel_samsung_sm86…/tmecom/tmecom.h
Sheik Anwar Shabic Y 72ec3a4a48 securemsm-kernel: Enable tmecom module compilation
Enable compilation for tmecom-intf_dlkm.ko compilation.

Change-Id: I049c769abea1a53160d82f4c85ec49089f485f7e
2022-01-31 17:17:29 +05:30

13 wiersze
310 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
*/
#ifndef _TMECOM_H_
#define _TMECOM_H_
#define MBOX_MAX_MSG_LEN 1024
int tmecom_process_request(const void *reqbuf, size_t reqsize, void *respbuf,
size_t *respsize);
#endif /*_TMECOM_H_ */