1
0
Fork 0
qemu/roms/u-boot/include/dt-bindings/clock/intel-clock.h
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

15 lines
297 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* This header provides constants for Intel clocks.
*
* The constants defined in this header are used in the device tree
*
* Copyright 2019 Google LLC
*/
#ifndef _DT_BINDINGS_CLK_INTEL_H
#define _DT_BINDINGS_CLK_INTEL_H
#define CLK_I2C 1
#endif