Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/arm/mhuv3-dt.h
26285 views
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 */
14
15