diff options
Diffstat (limited to 'roms/u-boot/arch/riscv/include/asm/arch-fu740/clk.h')
-rw-r--r-- | roms/u-boot/arch/riscv/include/asm/arch-fu740/clk.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/arch/riscv/include/asm/arch-fu740/clk.h b/roms/u-boot/arch/riscv/include/asm/arch-fu740/clk.h new file mode 100644 index 000000000..9f883616b --- /dev/null +++ b/roms/u-boot/arch/riscv/include/asm/arch-fu740/clk.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (c) 2020-2021 SiFive Inc + * + * Authors: + * Pragnesh Patel <pragnesh.patel@sifive.com> + */ + +#ifndef __CLK_SIFIVE_H +#define __CLK_SIFIVE_H + +/* Note: This is a placeholder header for driver compilation. */ + +#endif |