]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/mtio.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / sys / mtio.h
index d7b9006e9b8e15a971bf60e6a264adfb0af3beb9..ab2f39e6510790b2fde65f0d1a9713591d1e7077 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  */
 
 #ifndef        _SYS_MTIO_H_
-#define _SYS_MTIO_H_
+#define        _SYS_MTIO_H_
+
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
 
 /*
  * Structures and definitions for mag tape io control commands
@@ -160,4 +164,7 @@ struct mtget {
 #define        T_6250BPI       020             /* select 6250 bpi */
 #define        T_BADBPI        030             /* undefined selection */
 #endif
+
+#endif /* __APPLE_API_OBSOLETE */
+
 #endif /* !_SYS_MTIO_H_ */