Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm-misc...
[linux-2.6-microblaze.git] / drivers / misc / mei / pxp / mei_pxp.h
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__ */