Annotation of gcl520h/multport.h, revision 1.1.1.1

1.1       root        1: #ifndef _MULTPORT_DOT_H
                      2: #define _MULTPORT_DOT_H
                      3: 
                      4: /*
                      5:  * MULTPORT.H         5.20A  June 8, 1995
                      6:  *
                      7:  * The Greenleaf Comm Library
                      8:  *
                      9:  * Copyright (C) 1984-1995 Greenleaf Software Inc.  All Rights Reserved.
                     10:  *
                     11:  * NOTES
                     12:  *
                     13:  *  This header file contains all the function prototypes, definitions,
                     14:  *  etc. needed to use any of the GSCI Level 1 multiport board installation
                     15:  *  functions.
                     16:  *
                     17:  * MODIFICATIONS
                     18:  *
                     19:  * December 12, 1992  4.00A : Initial release
                     20:  *
                     21:  */
                     22: 
                     23: #ifdef __cplusplus
                     24: extern "C" {
                     25: #endif
                     26: 
                     27: int GF_CONV InstallStandardMCADigiboard( int board_number,
                     28:                                          int first_port_number );
                     29: int GF_CONV RemoveStandardMCADigiboard( int board_number );
                     30: 
                     31: int GF_CONV InstallStandardDigiboard( int irq,
                     32:                                       int shared_status_port,
                     33:                                       int first_port_number,
                     34:                                       int port_count,
                     35:                                       int GF_DLL_FAR port_addresses[] );
                     36: int GF_CONV RemoveStandardDigiboard( int irq );
                     37: 
                     38: int GF_CONV InstallStandardStargate( int irq,
                     39:                                      int first_port_number,
                     40:                                      int first_port_address );
                     41: int GF_CONV RemoveStandardStargate( int irq );
                     42: 
                     43: int GF_CONV InstallStandardQuaTech( int irq,
                     44:                                     int first_port_number,
                     45:                                     int first_port_address );
                     46: int GF_CONV RemoveStandardQuaTech( int irq );
                     47: 
                     48: int GF_CONV InstallStandardFastcom( int irq,
                     49:                                     int first_port_number,
                     50:                                     int port_count,
                     51:                                     int first_port_address );
                     52: int GF_CONV RemoveStandardFastcom( int irq );
                     53: 
                     54: int GF_CONV InstallStandardBocaBoard( int irq,
                     55:                                       int first_port_number,
                     56:                                       int port_count,
                     57:                                       int first_port_address );
                     58: int GF_CONV RemoveStandardBocaBoard( int irq );
                     59: 
                     60: int GF_CONV InstallStandardHostessBoard( int irq,
                     61:                                          int first_port_number,
                     62:                                          int port_count,
                     63:                                          int first_port_address );
                     64: int GF_CONV RemoveStandardHostessBoard( int irq );
                     65: 
                     66: int GF_CONV InstallStandardSeaLevel( int irq,
                     67:                                           int first_port_number,
                     68:                                           int port_count,
                     69:                                           int first_port_address );
                     70: int GF_CONV RemoveStandardSeaLevel( int irq );
                     71: 
                     72: int GF_CONV InstallStandardAst( int irq,
                     73:                                 int first_port_number,
                     74:                                 int first_port_address );
                     75: int GF_CONV RemoveStandardAst( int irq );
                     76: 
                     77: int GF_CONV InstallStandardContec( int irq,
                     78:                                    int first_port_number,
                     79:                                    int first_port_address );
                     80: int GF_CONV RemoveStandardContec( int irq );
                     81: 
                     82: int GF_CONV InstallStandardArnet( int irq,
                     83:                                   int shared_status_port,
                     84:                                   int first_port_number,
                     85:                                   int port_count,
                     86:                                   int first_port_address );
                     87: int GF_CONV RemoveStandardArnet( int irq );
                     88: 
                     89: #ifdef __cplusplus
                     90: }
                     91: #endif
                     92: 
                     93: #endif /* #ifndef _MULTPORT_DOT_H */
                     94: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.