brintos

brintos / linux-shallow public Read only

0
0
Text · 304 B · 4575406 Raw
14 lines · c
1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */2/*3 * This header provides constants for the defined MHUv3 types.4 */5 6#ifndef _DT_BINDINGS_ARM_MHUV3_DT_H7#define _DT_BINDINGS_ARM_MHUV3_DT_H8 9#define DBE_EXT		010#define FCE_EXT		111#define FE_EXT		212 13#endif /* _DT_BINDINGS_ARM_MHUV3_DT_H */14