repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Full support for Ginger Console
[linux-ginger.git]
/
arch
/
sh
/
include
/
asm
/
sh_eth.h
blob
acf99700deed60370935b1e951bf057ba55bc623
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
unsigned
no_ether_link
:
1
;
11
unsigned
ether_link_active_low
:
1
;
12
};
13
14
#endif