/* SPDX-License-Identifier: MIT */ /* * Copyright © 2014-2021 Intel Corporation */ #ifndef _ABI_GUC_ERRORS_ABI_H #define _ABI_GUC_ERRORS_ABI_H enum xe_guc_response_status { … }; enum xe_guc_load_status { … }; enum xe_bootrom_load_status { … }; #endif