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