1*1fa625b8SAnup Patel /* SPDX-License-Identifier: GPL-2.0+ */
2*1fa625b8SAnup Patel /*
3*1fa625b8SAnup Patel  * Copyright (c) 2019 Western Digital Corporation or its affiliates.
4*1fa625b8SAnup Patel  *
5*1fa625b8SAnup Patel  * Authors:
6*1fa625b8SAnup Patel  *   Anup Patel <anup.patel@wdc.com>
7*1fa625b8SAnup Patel  */
8*1fa625b8SAnup Patel 
9*1fa625b8SAnup Patel #ifndef __ASM_RISCV_ARCH_CLK_H
10*1fa625b8SAnup Patel #define __ASM_RISCV_ARCH_CLK_H
11*1fa625b8SAnup Patel 
12*1fa625b8SAnup Patel /* Note: This is a placeholder header for driver compilation. */
13*1fa625b8SAnup Patel 
14*1fa625b8SAnup Patel #endif
15