Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.12-rc4 13 lines 304 B view raw
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 */