tmecom.h 310 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2021, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef _TMECOM_H_
  6. #define _TMECOM_H_
  7. #define MBOX_MAX_MSG_LEN 1024
  8. int tmecom_process_request(const void *reqbuf, size_t reqsize, void *respbuf,
  9. size_t *respsize);
  10. #endif /*_TMECOM_H_ */