patch-2.4.2 linux/drivers/s390/char/tapechar.h
Next file: linux/drivers/s390/char/tapedefs.h
Previous file: linux/drivers/s390/char/tapechar.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Tue Feb 13 14:13:44 2001
- Orig file:
v2.4.1/linux/drivers/s390/char/tapechar.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.1/linux/drivers/s390/char/tapechar.h linux/drivers/s390/char/tapechar.h
@@ -0,0 +1,27 @@
+
+/***************************************************************************
+ *
+ * drivers/s390/char/tapechar.h
+ * character device frontend for tape device driver
+ *
+ * S390 version
+ * Copyright (C) 2000 IBM Corporation
+ * Author(s): Tuan Ngo-Anh <ngoanh@de.ibm.com>
+ * Carsten Otte <cotte@de.ibm.com>
+ *
+ * UNDER CONSTRUCTION: Work in progress...:-)
+ ****************************************************************************
+ */
+
+#ifndef TAPECHAR_H
+#define TAPECHAR_H
+#define TAPE_MAJOR 0 /* get dynamic major since no major officialy defined for tape */
+/*
+ * Prototypes for tape_fops
+ */
+static ssize_t tape_read(struct file *, char *, size_t, loff_t *);
+static ssize_t tape_write(struct file *, const char *, size_t, loff_t *);
+static int tape_ioctl(struct inode *,struct file *,unsigned int,unsigned long);
+static int tape_open (struct inode *,struct file *);
+static int tape_release (struct inode *,struct file *);
+#endif /* TAPECHAR_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)