/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright(c) 2013 - 2018 Intel Corporation. */ #ifndef _IAVF_STATUS_H_ #define _IAVF_STATUS_H_ /* Error Codes */ enum iavf_status { … }; #endif /* _IAVF_STATUS_H_ */
/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright(c) 2013 - 2018 Intel Corporation. */ #ifndef _IAVF_STATUS_H_ #define _IAVF_STATUS_H_ /* Error Codes */ enum iavf_status { … }; #endif /* _IAVF_STATUS_H_ */