1f15cbe6fSPaul Mundt /* 2f15cbe6fSPaul Mundt * include/asm-sh/cpu-sh2a/freq.h 3f15cbe6fSPaul Mundt * 4f15cbe6fSPaul Mundt * Copyright (C) 2006 Yoshinori Sato 5f15cbe6fSPaul Mundt * 6f15cbe6fSPaul Mundt * This file is subject to the terms and conditions of the GNU General Public 7f15cbe6fSPaul Mundt * License. See the file "COPYING" in the main directory of this archive 8f15cbe6fSPaul Mundt * for more details. 9f15cbe6fSPaul Mundt */ 10f15cbe6fSPaul Mundt #ifndef __ASM_CPU_SH2A_FREQ_H 11f15cbe6fSPaul Mundt #define __ASM_CPU_SH2A_FREQ_H 12f15cbe6fSPaul Mundt 13f15cbe6fSPaul Mundt #define FREQCR 0xfffe0010 14f15cbe6fSPaul Mundt 15f15cbe6fSPaul Mundt #endif /* __ASM_CPU_SH2A_FREQ_H */ 16f15cbe6fSPaul Mundt 17