xref: /netbsd-src/sys/arch/arm/gemini/gemini_com.h (revision f5d7ce3d2fc36b2965729a33eb02fb95c9fb56cd)
1 /*	$NetBSD: gemini_com.h,v 1.1 2008/10/24 04:23:18 matt Exp $	*/
2 
3 #ifndef _ARM_GEMINI_COM_H_
4 #define _ARM_GEMINI_COM_H_
5 
6 #if defined(SL3516)
7 # define GEMINI_COM_FREQ (3000000L * 16)
8 #else
9 # error unknown gemini chip
10 #endif
11 
12 #endif	/* _ARM_GEMINI_COM_H_ */
13