From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/mtio/zsttmt.x | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sys/mtio/zsttmt.x (limited to 'sys/mtio/zsttmt.x') diff --git a/sys/mtio/zsttmt.x b/sys/mtio/zsttmt.x new file mode 100644 index 00000000..252c9735 --- /dev/null +++ b/sys/mtio/zsttmt.x @@ -0,0 +1,21 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +include +include +include +include +include "mtio.h" + +# ZSTTMT -- Get magtape device or device driver parameters and settings. + +procedure zsttmt (mtchan, what, lvalue) + +int mtchan #I mtio descriptor +int what #I status parameter to be returned +long lvalue #O returned status value + +include "mtio.com" + +begin + call zzstmt (MT_OSCHAN(mtchan), what, lvalue) +end -- cgit