Home | History | Annotate | Line # | Download | only in gemini
      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