|
|
1.1 root 1: #ifndef _STAR_DOT_H
2: #define _STAR_DOT_H
3:
4: /*
5: * STARGATE.H 5.20A June 8, 1995
6: *
7: * The Greenleaf Comm Library
8: *
9: * Copyright (C) 1991-1995 Greenleaf Software Inc. All Rights Reserved.
10: *
11: * NOTES
12: *
13: * This header file contains the prototypes need to call the single
14: * Level 1 functions that come with the Stargate Intelligent board driver.
15: *
16: * MODIFICATIONS
17: *
18: * December 12, 1992 4.00A : Initial release
19: */
20:
21: enum RS485_TYPE { TWO_WIRE, FOUR_WIRE, NONE };
22:
23:
24: int GF_CONV ConfigureSmartStarGateBoard( int board,
25: unsigned int board_segment,
26: unsigned int port,
27: int first_port_number,
28: int number_of_ports
29: );
30:
31: int GF_CONV StarGateEnable485( PORT *port, enum RS485_TYPE type );
32:
33: #endif /* #ifndef _STAR_DOT_H */
34:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.