Rev | Line | |
---|
[211] | 1 | /* Copyright (C) 1995 by Holger Veit (Holger.Veit@gmd.de) */
|
---|
| 2 | /* Use at your own risk! No Warranty! The author is not responsible for
|
---|
| 3 | * any damage or loss of data caused by proper or improper use of this
|
---|
| 4 | * device driver.
|
---|
| 5 | */
|
---|
| 6 |
|
---|
| 7 | #ifndef _CIO2_H_
|
---|
| 8 | #define _CIO2_H_
|
---|
| 9 |
|
---|
| 10 | extern "C"
|
---|
| 11 | {
|
---|
[5344] | 12 | int _System io_init1();
|
---|
| 13 | int _System io_init2(short);
|
---|
| 14 | int _System _io_exit1();
|
---|
[211] | 15 |
|
---|
[5344] | 16 | char _System c_inb1(short);
|
---|
| 17 | short _System c_inw1(short);
|
---|
| 18 | long _System c_inl1(short);
|
---|
| 19 | void _System c_outb1(short,char);
|
---|
| 20 | void _System c_outw1(short,short);
|
---|
| 21 | void _System c_outl1(short,long);
|
---|
[211] | 22 | int psw();
|
---|
| 23 | }
|
---|
| 24 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.