15 lines
224 B
C
15 lines
224 B
C
|
/*
|
||
|
* Copyright (C) 2021 Intel Corporation.
|
||
|
*
|
||
|
* SPDX-License-Identifier: BSD-3-Clause
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef __PTM_H__
|
||
|
#define __PTM_H__
|
||
|
|
||
|
#include "passthru.h"
|
||
|
|
||
|
int ptm_probe(struct vmctx *ctx, struct passthru_dev *pdev);
|
||
|
|
||
|
#endif
|