Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / arm / gemini / gemini_com.h
bloba456a4565c92f0ddb15c1592872e9fd880e28f41
1 /* $NetBSD$ */
3 #ifndef _ARM_GEMINI_COM_H_
4 #define _ARM_GEMINI_COM_H_
6 #if defined(SL3516)
7 # define GEMINI_COM_FREQ (3000000L * 16)
8 #else
9 # error unknown gemini chip
10 #endif
12 #endif /* _ARM_GEMINI_COM_H_ */