1 /* SPDX-License-Identifier: MIT */
3 * Copyright(c) 2020, Intel Corporation. All rights reserved.
6 #ifndef __INTEL_PXP_CMD_H__
7 #define __INTEL_PXP_CMD_H__
9 #include <linux/types.h>
13 int intel_pxp_terminate_session(struct intel_pxp *pxp, u32 idx);
15 #endif /* __INTEL_PXP_CMD_H__ */