Skip to content

Commit 771fe88

Browse files
committed
Added usage of the ddi common and handle_t
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 4305b2a commit 771fe88

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

source/drivers/null/ze_null.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "zet_ddi.h"
1515
#include "zes_ddi.h"
1616
#include "ze_util.h"
17+
#include "ze_ddi_common.h"
1718

1819
namespace driver
1920
{

source/layers/validation/ze_validation_layer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "ze_ddi.h"
1212
#include "zet_ddi.h"
1313
#include "zes_ddi.h"
14+
#include "ze_ddi_common.h"
1415
#include "ze_util.h"
1516
#include "loader/ze_loader.h"
1617
#include "handle_lifetime.h"

source/lib/ze_lib.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#pragma once
1111
#include "ze_api.h"
1212
#include "ze_ddi.h"
13+
#include "ze_ddi_common.h"
1314
#include "zet_api.h"
1415
#include "zet_ddi.h"
1516
#include "zes_api.h"

source/lib/ze_libddi.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "ze_lib.h"
1111
#ifndef DYNAMIC_LOAD_LOADER
1212
#include "ze_ddi.h"
13+
#include "ze_ddi_common.h"
1314
#endif
1415

1516
namespace ze_lib

source/loader/ze_loader_internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "ze_ddi.h"
1414
#include "zet_ddi.h"
1515
#include "zes_ddi.h"
16+
#include "ze_ddi_common.h"
1617

1718
#include "ze_util.h"
1819
#include "ze_object.h"

0 commit comments

Comments
 (0)