mei_pxp.h (334B)
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 */ 13enum me_pxp_status { 14 ME_PXP_STATUS_SUCCESS = 0x0000, 15 16}; 17 18#endif /* __MEI_PXP_H__ */