]> git.sur5r.net Git - cc65/blob - libsrc/geos/system/initdoneio.s
This commit was generated by cvs2svn to compensate for changes in r2,
[cc65] / libsrc / geos / system / initdoneio.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 30.10.99
6
7 ; void InitForIO  (void);
8 ; void DoneWithIO (void);
9
10             .export _InitForIO, _DoneWithIO
11
12             .include "../inc/jumptab.inc"
13
14 _InitForIO = InitForIO
15             
16 _DoneWithIO = DoneWithIO