/* * Copyright (C) 2020-2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include "shared/source/helpers/completion_stamp.h" #include "aub_mem_dump.h" #include namespace NEO { template struct AUBFamilyMapper { }; using MMIOPair = std::pair; using MMIOList = std::vector; } // namespace NEO