3 /****************************************************************************
5 ******* F O R M P A C K E T H E A D E R F I L E
7 ****************************************************************************
13 * (C) 1990 - 2000 Specialix International Ltd., Byfleet, Surrey, UK.
15 * This program is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License as published by
17 * the Free Software Foundation; either version 2 of the License, or
18 * (at your option) any later version.
20 * This program is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
25 * You should have received a copy of the GNU General Public License
26 * along with this program; if not, write to the Free Software
27 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33 ----------------------------------------------------------------------------
35 ----------------------------------------------------------------------------
37 ***************************************************************************/
44 static char *_rio_formpkt_h_sccs
= "@(#)formpkt.h 1.1" ;
48 typedef struct FORM_BOOT_PKT_1 FORM_BOOT_PKT_1
;
49 struct FORM_BOOT_PKT_1
{
55 typedef struct FORM_BOOT_PKT_2 FORM_BOOT_PKT_2
;
56 struct FORM_BOOT_PKT_2
{
62 typedef struct FORM_ATTACH_RTA FORM_ATTACH_RTA
;
63 struct FORM_ATTACH_RTA
{
65 char booter_serial
[4] ;
67 char bootee_serial
[4] ;
72 typedef struct FORM_BOOT_ID FORM_BOOT_ID
;
75 char bootee_serial
[4] ;
82 typedef struct FORM_ROUTE_1 FORM_ROUTE_1
;
86 char total_in_sequence
;
91 typedef struct FORM_ROUTE_2 FORM_ROUTE_2
;
95 char total_in_sequence
;
99 typedef struct FORM_ROUTE_REQ FORM_ROUTE_REQ
;
100 struct FORM_ROUTE_REQ
{
103 char total_in_sequence
;
104 char route_data
[10] ;
108 typedef struct FORM_ERROR FORM_ERROR
;
115 typedef struct FORM_STATUS FORM_STATUS
;
119 char last_packet_valid
;
127 typedef struct FORM_LINK_STATUS FORM_LINK_STATUS
;
128 struct FORM_LINK_STATUS
{
140 typedef struct FORM_PARTITION FORM_PARTITION
;
141 struct FORM_PARTITION
{
153 /*********** end of file ***********/