|
|
1.1 root 1: #ifndef __BIOS_DOT_H
2: #define __BIOS_DOT_H
3:
4: /*
5: * _BIOS.H 5.20A June 8, 1995
6: *
7: *
8: * The Greenleaf Comm Library
9: *
10: * Copyright (C) 1991-1995 Greenleaf Software Inc. All Rights Reserved.
11: *
12: * NOTES
13: *
14: * This header file contains constants, structures, and definitions
15: * used by the Greenleaf Standard BIOS interface code. There should
16: * generally not be any reason for an end user of the library to
17: * include this file.
18: *
19: * MODIFICATIONS
20: *
21: * December 12, 1992 4.00A : Initial release
22: */
23:
24: typedef struct bios_port {
25: int line_status;
26: long baud_rate;
27: char parity;
28: int word_length;
29: int stop_bits;
30: int extended_initial_bx;
31: int extended_initial_cx;
32: unsigned int char_counter;
33: } BIOS_PORT;
34:
35: int GF_CONV _DumpPortStatusBIOS( PORT *port, PORT_DUMPER printer );
36:
37: #endif /* #ifndef __BIOS_DOT_H */
38:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.