mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-05 00:04:46 +00:00
12 lines
215 B
ArmAsm
12 lines
215 B
ArmAsm
|
.include "../inc/common.inc"
|
||
|
|
||
|
.export _eth_driver_name
|
||
|
.export _eth_driver_io_base
|
||
|
|
||
|
.import eth_driver_name
|
||
|
.import eth_driver_io_base
|
||
|
|
||
|
_eth_driver_name := eth_driver_name
|
||
|
|
||
|
_eth_driver_io_base := eth_driver_io_base
|