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