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