mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
15 lines
264 B
C
15 lines
264 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright (c) 2020 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
|