12 lines
189 B
C
12 lines
189 B
C
/* SPDX-License-Identifier: MIT */
|
|
/*
|
|
* Copyright © 2023 Intel Corporation
|
|
*/
|
|
|
|
#ifndef __INTEL_PCODE_H__
|
|
#define __INTEL_PCODE_H__
|
|
|
|
#include "xe_pcode.h"
|
|
|
|
#endif /* __INTEL_PCODE_H__ */
|