2000-05-28 13:40:48 +00:00
|
|
|
;
|
|
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
|
|
;
|
|
|
|
; 30.10.99
|
|
|
|
|
|
|
|
; void InitForIO (void);
|
|
|
|
; void DoneWithIO (void);
|
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.export _InitForIO, _DoneWithIO
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.include "jumptab.inc"
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
_InitForIO = InitForIO
|
|
|
|
|
|
|
|
_DoneWithIO = DoneWithIO
|