/* SPDX-License-Identifier: GPL-2.0 */ /* * errors.h - Definitions of errors for DIM2 HAL API * (MediaLB, Device Interface Macro IP, OS62420) * * Copyright (C) 2015, Microchip Technology Germany II GmbH & Co. KG */ #ifndef _MOST_DIM_ERRORS_H #define _MOST_DIM_ERRORS_H /** * MOST DIM errors. */ enum dim_errors_t { … }; #endif /* _MOST_DIM_ERRORS_H */