source: vendor/emx/current/src/os2/emxio.def

Last change on this file was 18, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 2.6 KB
Line 
1;
2; emxio.def
3;
4; Copyright (c) 1992-1998 by Eberhard Mattes
5;
6; This file is part of emx.
7;
8; emx is free software; you can redistribute it and/or modify it
9; under the terms of the GNU General Public License as published by
10; the Free Software Foundation; either version 2, or (at your option)
11; any later version.
12;
13; emx is distributed in the hope that it will be useful,
14; but WITHOUT ANY WARRANTY; without even the implied warranty of
15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16; GNU General Public License for more details.
17;
18; You should have received a copy of the GNU General Public License
19; along with emx; see the file COPYING. If not, write to
20; the Free Software Foundation, 59 Temple Place - Suite 330,
21; Boston, MA 02111-1307, USA.
22;
23; As special exception, emxio.dll can be distributed without source code
24; unless it has been changed. If you modify emxio.dll, this exception
25; no longer applies and you must remove this paragraph from all source
26; files for emxio.dll.
27;
28
29LIBRARY EMXIO INITGLOBAL
30DESCRIPTION 'emxio.dll 0.9d -- Copyright (c) 1992-1998 by Eberhard Mattes'
31DATA
32 SHARED
33SEGMENTS
34 TEXT16 CLASS 'CODE' ALIAS
35 IOPL16 CLASS 'CODE' ALIAS IOPL
36EXPORTS
37 emx_inp8 = _emx_inp8 @1
38 emx_outp8 = _emx_outp8 @2
39 emx_inp16 = _emx_inp16 @3
40 emx_outp16 = _emx_outp16 @4
41 emx_inp32 = _emx_inp32 @5
42 emx_outp32 = _emx_outp32 @6
43 emx_inps8 = _emx_inps8 @7
44 emx_outps8 = _emx_outps8 @8
45 emx_outpt = _emx_outpt @9
46 emx_inps16 = _emx_inps16 @10
47 emx_outps16 = _emx_outps16 @11
48 emx_inps32 = _emx_inps32 @12
49 emx_outps32 = _emx_outps32 @13
50 emx_wait01 = _emx_wait01 @14
51 emx_wait10 = _emx_wait10 @15
52 emx_wait0 = _emx_wait0 @16
53 emx_wait1 = _emx_wait1 @17
54 emx_outps8dac = _emx_outps8dac @18
55 emx_revision = _emx_revision @128 RESIDENTNAME
56 ___inp8 = iopl_inp8 @192 0
57 ___outp8 = iopl_outp8 @193 0
58 ___inp16 = iopl_inp16 @194 0
59 ___outp16 = iopl_outp16 @195 0
60 ___inp32 = iopl_inp32 @196 0
61 ___outp32 = iopl_outp32 @197 0
62 ___inps8 = iopl_inps8 @198 0
63 ___outpt = iopl_outpt @199 0
64 ___outps8 = iopl_outps8 @200 0
65 ___inps16 = iopl_inps16 @201 0
66 ___outps16 = iopl_outps16 @202 0
67 ___inps32 = iopl_inps32 @203 0
68 ___outps32 = iopl_outps32 @204 0
69 ___wait01 = iopl_wait01 @205 0
70 ___wait10 = iopl_wait10 @206 0
71 ___wait0 = iopl_wait0 @207 0
72 ___wait1 = iopl_wait1 @208 0
73 ___outps8dac = iopl_outps8dac @209 0
Note: See TracBrowser for help on using the repository browser.