patch-1.3.60 linux/include/linux/proc_fs.h
Next file: linux/include/linux/quota.h
Previous file: linux/include/linux/pci.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Feb 7 11:15:36 1996
- Orig file:
v1.3.59/linux/include/linux/proc_fs.h
- Orig date:
Fri Jan 26 01:37:07 1996
diff -u --recursive --new-file v1.3.59/linux/include/linux/proc_fs.h linux/include/linux/proc_fs.h
@@ -35,6 +35,9 @@
PROC_DMA,
PROC_IOPORTS,
PROC_APM,
+#ifdef __SMP_PROF__
+ PROC_SMP_PROF,
+#endif
PROC_PROFILE, /* whether enabled or not */
PROC_CMDLINE,
PROC_SYS
@@ -163,6 +166,9 @@
struct proc_dir_entry *next, *parent, *subdir;
void *data;
};
+
+extern int (* dispatch_scsi_info_ptr) (int ino, char *buffer, char **start,
+ off_t offset, int length, int inout);
extern struct proc_dir_entry proc_root;
extern struct proc_dir_entry proc_net;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this