1*7d0873ebSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2*7d0873ebSEmmanuel Vadot /* 3*7d0873ebSEmmanuel Vadot * This header provides constants for the defined MHUv3 types. 4*7d0873ebSEmmanuel Vadot */ 5*7d0873ebSEmmanuel Vadot 6*7d0873ebSEmmanuel Vadot #ifndef _DT_BINDINGS_ARM_MHUV3_DT_H 7*7d0873ebSEmmanuel Vadot #define _DT_BINDINGS_ARM_MHUV3_DT_H 8*7d0873ebSEmmanuel Vadot 9*7d0873ebSEmmanuel Vadot #define DBE_EXT 0 10*7d0873ebSEmmanuel Vadot #define FCE_EXT 1 11*7d0873ebSEmmanuel Vadot #define FE_EXT 2 12*7d0873ebSEmmanuel Vadot 13*7d0873ebSEmmanuel Vadot #endif /* _DT_BINDINGS_ARM_MHUV3_DT_H */ 14