mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 07:31:12 -04:00
12 lines
232 B
C
12 lines
232 B
C
/* $NetBSD: lpc_com.h,v 1.1 2008/11/09 09:15:42 cliff Exp $ */
|
|
|
|
#ifndef _ARM_GEMINI_LPC_COM_H
|
|
#define _ARM_GEMINI_LPC_COM_H
|
|
|
|
#define IT8712F_UART_SIZE 8
|
|
|
|
#define IT8712F_COM_FREQ (24000000 / 13)
|
|
|
|
#endif /* _ARM_GEMINI_LPC_COM_H */
|
|
|