blob: 4fcd3bf6b76f8ff9645e1dc06993dbc3a3cd15d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2023 Intel Corporation
*/
#ifndef __INTEL_PCODE_H__
#define __INTEL_PCODE_H__
#include "xe_pcode.h"
#endif /* __INTEL_PCODE_H__ */
|