projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'linus' into x86/tracehook
[linux-2.6]
/
arch
/
sh
/
include
/
asm
/
sh_eth.h
1
#ifndef __ASM_SH_ETH_H__
2
#define __ASM_SH_ETH_H__
3
4
enum {EDMAC_LITTLE_ENDIAN, EDMAC_BIG_ENDIAN};
5
6
struct sh_eth_plat_data {
7
int phy;
8
int edmac_endian;
9
};
10
11
#endif