home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / stg_v4.lzh / sgs_devn.c < prev    next >
Text File  |  1994-11-11  |  408b  |  25 lines

  1. /*
  2.  * getstat from 'system' path
  3.  *
  4.  * _sgs_devn(pn,bf)
  5.  * int pn;
  6.  * char *bf;
  7.  *
  8. */ 
  9.  
  10. #ifdef _OSK
  11.  
  12. @_sgs_devn:  link a5,#0
  13. @ movem.l #_1!3,-(sp)
  14. @ movea.l d1,a0            point to bf
  15. @ move.w #SS_DevNm,d1      select function
  16. @ OS9 I$SGetSt             do it
  17. @ bra _sysret              and standard return
  18. @_3
  19. @ unlk a5
  20. @ rts :2
  21. @_1 equ 0x00000000 :0
  22. @_2 equ 0x00000010 :0
  23.  
  24. #endif
  25.