home *** CD-ROM | disk | FTP | other *** search
- /* IPL_FINAL */
- /* k 1037 21/05/91 */
- struct iplfin { /* IPL_FIN request */
- char hdr[3]; /* header */
- char res1[1]; /* reserved */
- char pcid[8]; /* PCID */
- char onode[8]; /* origin node name */
- char dnode[8]; /* destination node name*/
- char ep[8]; /* entry point */
- };
- #define IPLFIN 0x430245 /* IPL_FIN header */
-