Home | History | Annotate | Line # | Download | only in gemini
lpc_com.h revision 1.1
      1  1.1  cliff /*	$NetBSD: lpc_com.h,v 1.1 2008/11/09 09:15:42 cliff Exp $	*/
      2  1.1  cliff 
      3  1.1  cliff #ifndef _ARM_GEMINI_LPC_COM_H
      4  1.1  cliff #define _ARM_GEMINI_LPC_COM_H
      5  1.1  cliff 
      6  1.1  cliff #define IT8712F_UART_SIZE	8
      7  1.1  cliff 
      8  1.1  cliff #define IT8712F_COM_FREQ	(24000000 / 13)
      9  1.1  cliff 
     10  1.1  cliff #endif /* _ARM_GEMINI_LPC_COM_H */
     11  1.1  cliff 
     12