2018-05-09 21:25:01 +08:00
|
|
|
/*
|
2020-02-22 16:28:27 +08:00
|
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
2018-05-09 21:25:01 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-05-09 21:25:01 +08:00
|
|
|
*
|
|
|
|
*/
|
2018-09-18 15:11:08 +08:00
|
|
|
|
2018-05-09 21:25:01 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <cstdint>
|
|
|
|
|
|
|
|
struct AubGTTData {
|
|
|
|
bool present;
|
2018-06-21 20:54:59 +08:00
|
|
|
bool localMemory;
|
2018-05-09 21:25:01 +08:00
|
|
|
};
|