···11-22-33-/****************************************************************************44- ******* *******55- ******* C O M M A N D P A C K E T H E A D E R S66- ******* *******77- ****************************************************************************88-99- Author : Ian Nandhra1010- Date :1111-1212- *1313- * (C) 1990 - 2000 Specialix International Ltd., Byfleet, Surrey, UK.1414- *1515- * This program is free software; you can redistribute it and/or modify1616- * it under the terms of the GNU General Public License as published by1717- * the Free Software Foundation; either version 2 of the License, or1818- * (at your option) any later version.1919- *2020- * This program is distributed in the hope that it will be useful,2121- * but WITHOUT ANY WARRANTY; without even the implied warranty of2222- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the2323- * GNU General Public License for more details.2424- *2525- * You should have received a copy of the GNU General Public License2626- * along with this program; if not, write to the Free Software2727- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.2828-2929- Version : 0.013030-3131-3232- Mods3333- ----------------------------------------------------------------------------3434- Date By Description3535- ----------------------------------------------------------------------------3636-3737- ***************************************************************************/3838-3939-4040-#ifndef _cmd_h4141-#define _cmd_h4242-4343-#ifndef lint4444-#ifdef SCCS4545-static char *_rio_cmd_h_sccs = "@(#)cmd.h 1.1";4646-#endif4747-#endif4848-4949-5050-#define PRE_EMPTIVE_CMD 0x805151-#define INLINE_CMD ~PRE_EMPTIVE_CMD5252-5353-#define CMD_IGNORE_PKT ( (ushort) 0)5454-#define CMD_STATUS_REQ ( (ushort) 1)5555-#define CMD_UNIT_STATUS_REQ ( (ushort) 2) /* Is this needed ??? */5656-#define CMD_CONF_PORT ( (ushort) 3)5757-#define CMD_CONF_UNIT ( (ushort) 4)5858-#define CMD_ROUTE_MAP_REQ ( (ushort) 5)5959-#define CMD_FLUSH_TX ( (ushort) 6)6060-#define CMD_FLUSH_RX ( (ushort) 7)6161-#define CMD_PARTION_PORT ( (ushort) 8)6262-#define CMD_RESET_PORT ( (ushort) 0x0a)6363-#define CMD_BOOT_UNIT ( (ushort) 0x0b)6464-#define CMD_FOUND_UNIT ( (ushort) 0x0c)6565-#define CMD_ATTACHED_RTA_2 ( (ushort) 0x0d)6666-#define CMD_PROVIDE_BOOT ( (ushort) 0x0e)6767-#define CMD_CIRRUS ( (ushort) 0x0f)6868-6969-#define FORM_STATUS_PKT ( (ushort) 1 )7070-#define FORM_POLL_PKT ( (ushort) 2 )7171-#define FORM_LINK_STATUS_PKT ( (ushort) 3 )7272-7373-7474-#define CMD_DATA_PORT ( (ushort) 1 )7575-#define CMD_DATA ( (ushort) 2 )7676-7777-#define CMD_TX_PART ( (ushort) 2 )7878-#define CMD_RX_PART ( (ushort) 3 )7979-#define CMD_RX_LIMIT ( (ushort) 4 )8080-8181-#endif8282-8383-/*********** end of file ***********/