source: trunk/third/transcript/src/milan/udp.h @ 9090

Revision 9090, 330 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9089, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * Copyright Milan Technology 1991, 1992
3 * @(#)udp.h    2.0 10/9/92
4 */
5
6typedef struct {
7                unsigned long parallel_addr;
8                unsigned long serial_addr;
9                unsigned long parallel_bytes;
10                unsigned long serial_bytes;
11                unsigned long  p_status;
12                char message[250];
13} udp_status_packet;
14
15#define MILAN_OP 0x40
16#define GET_STATUS 0x1
Note: See TracBrowser for help on using the repository browser.