xref: /openbmc/linux/drivers/misc/mei/pxp/mei_pxp.h (revision 1f0214a8)
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__ */
19