Code Review
/
kvmfornfv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
To modify Ixia port numbers and IP in pod.yaml
[kvmfornfv.git]
/
kernel
/
arch
/
arm
/
mach-iop32x
/
include
/
mach
/
glantank.h
1
/*
2
* arch/arm/mach-iop32x/include/mach/glantank.h
3
*
4
* IO-Data GLAN Tank board registers
5
*/
6
7
#ifndef __GLANTANK_H
8
#define __GLANTANK_H
9
10
#define GLANTANK_UART 0xfe800000 /* UART */
11
12
13
#endif