repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
drivers
/
misc
/
mei
/
pxp
/
mei_pxp.h
blob
e7b15373fefd1fc4839f40f22a7323b17b6ad7d1
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* Copyright © 2020 Intel Corporation
4
*
5
* Authors:
6
* Vitaly Lubart <vitaly.lubart@intel.com>
7
*/
8
9
#ifndef __MEI_PXP_H__
10
#define __MEI_PXP_H__
11
12
/* me_pxp_status: Enumeration of all PXP Status Codes */
13
enum
me_pxp_status
{
14
ME_PXP_STATUS_SUCCESS
=
0x0000
,
15
16
};
17
18
#endif
/* __MEI_PXP_H__ */