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 master 13 lines 385 B view raw
1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 * 3 * Copyright (C) 2024 Renesas Electronics Corp. 4 */ 5#ifndef __DT_BINDINGS_CLOCK_RENESAS_R9A08G045_VBATTB_H__ 6#define __DT_BINDINGS_CLOCK_RENESAS_R9A08G045_VBATTB_H__ 7 8#define VBATTB_XC 0 9#define VBATTB_XBYP 1 10#define VBATTB_MUX 2 11#define VBATTB_VBATTCLK 3 12 13#endif /* __DT_BINDINGS_CLOCK_RENESAS_R9A08G045_VBATTB_H__ */