
Enable compilation for tmecom-intf_dlkm.ko compilation. Change-Id: I049c769abea1a53160d82f4c85ec49089f485f7e
13 wiersze
310 B
C
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_ */
|