Srinivas Pandruvada | 7ab2184 | 2019-03-18 12:14:20 -0700 | [diff] [blame^] | 1 | /* 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 | |
| 11 | struct ishtp_cl_device; |
| 12 | |
| 13 | /* Get the device * from ishtp device instance */ |
| 14 | struct device *ishtp_device(struct ishtp_cl_device *cl_device); |
| 15 | /* Trace interface for clients */ |
| 16 | void *ishtp_trace_callback(struct ishtp_cl_device *cl_device); |
| 17 | |
| 18 | #endif /* _INTEL_ISH_CLIENT_IF_H_ */ |