mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-18 21:07:03 +00:00
8 lines
89 B
ArmAsm
8 lines
89 B
ArmAsm
|
.include "../inc/common.inc"
|
||
|
|
||
|
.export _eth_name
|
||
|
|
||
|
.import eth_name
|
||
|
|
||
|
_eth_name := eth_name
|