1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: MIT */
/*
 * Copyright(c) 2020, Intel Corporation. All rights reserved.
 */

#ifndef __INTEL_PXP_CMD_H__
#define __INTEL_PXP_CMD_H__

#include <linux/types.h>

struct intel_pxp;

int intel_pxp_terminate_session(struct intel_pxp *pxp, u32 idx);

#endif /* __INTEL_PXP_CMD_H__ */
我要的只是你在我身邊 再愛我一遍