repo.or.cz
/
linux-2.6.19-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git]
/
arch
/
nios2nommu
/
scripts
/
nios2_system.h
/
opencores_ethernet_mac.pm
blob
7b580b530d5496909c171561da6f2f2f7d793fd5
1
package
opencores_ethernet_mac
;
2
3
use
base
qw(BasicModule)
;
4
use
strict
;
5
6
sub
required_module_names
{
7
"igor_mac"
8
}
9
10
sub
required_class_name
{
11
"opencores_ethernet_mac"
12
}
13
14
sub
run
{
15
opencores_ethernet_mac
->
run2
(
@_
);
16
}
17
18
1
;