16a0abce4SKuninori Morimoto /* SPDX-License-Identifier: GPL-2.0+ 26a0abce4SKuninori Morimoto * 3f15cbe6fSPaul Mundt * include/asm-sh/freq.h 4f15cbe6fSPaul Mundt * 5f15cbe6fSPaul Mundt * Copyright (C) 2002, 2003 Paul Mundt 6f15cbe6fSPaul Mundt */ 7f15cbe6fSPaul Mundt #ifndef __ASM_SH_FREQ_H 8f15cbe6fSPaul Mundt #define __ASM_SH_FREQ_H 9f15cbe6fSPaul Mundt 10f15cbe6fSPaul Mundt #include <cpu/freq.h> 11f15cbe6fSPaul Mundt 12f15cbe6fSPaul Mundt #endif /* __ASM_SH_FREQ_H */ 13