repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
arm
/
gemini
/
gemini_com.h
blob
a456a4565c92f0ddb15c1592872e9fd880e28f41
1
/* $NetBSD$ */
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_ */