blob: 11e28517273506f54d6c88054e56e72656d0efd5 [file] [log] [blame]
Srinivas Pandruvada7ab21842019-03-18 12:14:20 -07001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Intel ISH client Interface definitions
4 *
5 * Copyright (c) 2019, Intel Corporation.
6 */
7
8#ifndef _INTEL_ISH_CLIENT_IF_H_
9#define _INTEL_ISH_CLIENT_IF_H_
10
11struct ishtp_cl_device;
12
13/* Get the device * from ishtp device instance */
14struct device *ishtp_device(struct ishtp_cl_device *cl_device);
15/* Trace interface for clients */
16void *ishtp_trace_callback(struct ishtp_cl_device *cl_device);
17
18#endif /* _INTEL_ISH_CLIENT_IF_H_ */