2021-04-29 05:28:12 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2021 Intel Corporation.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __PTM_H__
|
|
|
|
#define __PTM_H__
|
|
|
|
|
|
|
|
#include "passthru.h"
|
|
|
|
|
2021-05-06 06:05:21 +08:00
|
|
|
int ptm_probe(struct vmctx *ctx, struct passthru_dev *pdev, int *vrp_sec_bus);
|
2021-04-29 05:28:12 +08:00
|
|
|
|
2021-05-06 06:05:21 +08:00
|
|
|
#endif
|