mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
378 B
20 lines
378 B
/*
|
|
* /redknee10/projects/spare/PBRAIN/SCCS/pbrainG/dev/src/include/sys/snet/0/s.adp_control.h
|
|
* @(#)adp_control.h 1.1
|
|
*
|
|
* Last delta created 09:32:52 11/13/91
|
|
* This file extracted 09:26:04 3/18/92
|
|
*
|
|
* Modifications:
|
|
*
|
|
* RAE 13 Nov 1991 New File
|
|
*/
|
|
|
|
#define ADP_SETSNID (('A'<<8) | 1) /* set ADP snid */
|
|
|
|
struct adp_snioc {
|
|
uint8 adp_snid;
|
|
uint32 adp_index;
|
|
};
|
|
|
|
|