1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2020 SiFive Inc
4  *
5  * Authors:
6  *   Pragnesh Patel <pragnesh.patel@sifive.com>
7  */
8 
9 #ifndef __CLK_SIFIVE_H
10 #define __CLK_SIFIVE_H
11 
12 /* Note: This is a placeholder header for driver compilation. */
13 
14 #endif
15