Please wait until the page is fully downloaded and then press the "Expand" button or the blue line numbers.

0092000 /*
0092001 server/ip/gen/psip_hdr.h
0092002 */
0092003 
0092004 #ifndef __SERVER__IP__GEN__PSIP_HDR_H__
0092005 #define __SERVER__IP__GEN__PSIP_HDR_H__
0092006 
0092007 typedef struct psip_io_hdr
0092008 {
0092009          u8_t pih_flags;
0092010          u8_t pih_dummy[3];
0092011 } psip_io_hdr_t;
0092012 
0092013 #define PF_LOC_REM_MASK       1
0092014 #define PF_LOC2REM              0
0092015 #define PF_REM2LOC              1
0092016 
0092017 #endif /* __SERVER__IP__GEN__PSIP_HDR_H__ */
0092018 
0092019 /*
0092020  * $PchId: psip_hdr.h,v 1.2 1995/11/17 22:22:35 philip Exp $
0092021  */