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.
43 lines
994 B
43 lines
994 B
/*
|
|
* VPC-XT Revision 1.0
|
|
*
|
|
* Title : host_bop.h
|
|
*
|
|
* Description : Host dependent definitions for use by the control bop
|
|
* functions.
|
|
*
|
|
* Author : J. Koprowski
|
|
*
|
|
* Notes : None
|
|
*/
|
|
|
|
|
|
/* SccsID[]=" @(#)host_bop.h 1.2 11/17/89 Copyright Insignia Solutions Ltd."; */
|
|
|
|
/*
|
|
* ============================================================================
|
|
* Structure/Data definitions
|
|
* ============================================================================
|
|
*/
|
|
|
|
/*
|
|
* Host type.
|
|
*/
|
|
|
|
#define HOST_TYPE 4
|
|
|
|
/*
|
|
* Return codes from control bop type functions. N.B. Error codes
|
|
* zero through fifteen are defined in the base include file, cntlbop.h.
|
|
*/
|
|
|
|
#define ERR_NOT_FSA 16 /* Function 1 error. */
|
|
#define ERR_CMD_FAILED 17 /* Function 1 error. */
|
|
|
|
/*
|
|
* ============================================================================
|
|
* External declarations and macros
|
|
* ============================================================================
|
|
*/
|
|
|
|
extern void runux();
|