mei_pxp.h 334 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright © 2020 Intel Corporation
  4. *
  5. * Authors:
  6. * Vitaly Lubart <[email protected]>
  7. */
  8. #ifndef __MEI_PXP_H__
  9. #define __MEI_PXP_H__
  10. /* me_pxp_status: Enumeration of all PXP Status Codes */
  11. enum me_pxp_status {
  12. ME_PXP_STATUS_SUCCESS = 0x0000,
  13. };
  14. #endif /* __MEI_PXP_H__ */