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
blobe7b15373fefd1fc4839f40f22a7323b17b6ad7d1
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright © 2020 Intel Corporation
5 * Authors:
6 * Vitaly Lubart <vitaly.lubart@intel.com>
7 */
9 #ifndef __MEI_PXP_H__
10 #define __MEI_PXP_H__
12 /* me_pxp_status: Enumeration of all PXP Status Codes */
13 enum me_pxp_status {
14 ME_PXP_STATUS_SUCCESS = 0x0000,
18 #endif /* __MEI_PXP_H__ */