.Title X25Drv_Transfer - IPACP X.25 driver support module trns. vec. ; ; X25Drv_Trans.Mar ; ; Description: ; ; The X25Drv.exe image is a loadable run-time image which ; provides the IPACP with access to DEC PSI. ; ; Transfer Vector for the X.25 driver support module: The vector ; provides the hooks for a standardized set of routines which ; allow the IPACP to communicate to various communication ; devices in a device-independant manner. The transfer ; vector points to a Device_Info_Structure as defined in ; Device ; ; The transfer vector is needed to build it as a shareable image. ; Macro is the only language that can build the tranfer vector ; in the way that is expected by the shareable libraries. ; Macro is the only language that can generate the necessary ; object language text information relocation record for manipulating ; the symbol name address. ; ; Written By: Bruce R. Miller 13-Aug-1990 CMU NetDev ; ; Modifications: ; ;--------------------------------------------------------------------------- ; ; Shareable image transfer vector ; .PSECT $TRANSFER$ PIC,USR,CON,REL,LCL,SHR,NOEXE,RD,NOWRT,QUAD .ALIGN QUAD .TRANSFER DRV$TRANSPORT_INIT .MASK DRV$TRANSPORT_INIT JMP G^DRV$TRANSPORT_INIT+2 .END