Loading...
Note: File does not exist in v5.4.
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_H
7#define _DT_BINDINGS_ARM_MHUV3_DT_H
8
9#define DBE_EXT 0
10#define FCE_EXT 1
11#define FE_EXT 2
12
13#endif /* _DT_BINDINGS_ARM_MHUV3_DT_H */