acrn-hypervisor/devicemodel/include/ptm.h

16 lines
243 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, int *vrp_sec_bus);
#endif