/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $NetBSD: mopdef.h,v 1.4 2009/10/20 00:51:13 snj Exp $
*
*/
#define TRANS_ETHER 1 /* Packet in Ethernet format */
#define TRANS_8023 2 /* Packet in 802.3 format */
#define TRANS_AND 0x1000 /* Both Ethernet and 802.3 */
/* The following constants are defined in module MOPDEF.SDL in MOM */
#define MOP_K_RPR_FORMAT_V3 1 /* Format Version of RPR */
#define MOP_K_RPR_FORMAT 4 /* Format Version of RPR */
#define IHD_C_MINCODE -1 /* Low bound of ALIAS value */
#define IHD_C_NATIVE -1 /* Native mode image */
#define IHD_C_RSX 0 /* RSX image produced by TKB */
#define IHD_C_BPA 1 /* BASIC plus analog */
#define IHD_C_ALIAS 2 /* Last 126 bytes contains ASCIC of image to activate */
#define IHD_C_CLI 3 /* Image is CLI, run LOGINOUT */
#define IHD_C_PMAX 4 /* PMAX system image */
#define IHD_C_ALPHA 5 /* ALPHA system image */
#define IHD_C_MAXCODE 5 /* High bound of ALIAS value */