summaryrefslogtreecommitdiff
path: root/drivers/iommu/generic_pt/fmt/iommu_mock.c
blob: 74e597cba9d9cd315babf907a36fc0f63f67e740 (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES
 */
#define AMDV1_IOMMUFD_SELFTEST 1
#define PT_FMT amdv1
#define PT_FMT_VARIANT mock
#define PT_SUPPORTED_FEATURES 0

#include "iommu_template.h"