patch-2.3.6 linux/include/linux/proc_fs.h
Next file: linux/include/linux/rtnetlink.h
Previous file: linux/include/linux/pkt_sched.h
Back to the patch index
Back to the overall index
- Lines: 47
- Date:
Tue Jun 8 23:04:14 1999
- Orig file:
v2.3.5/linux/include/linux/proc_fs.h
- Orig date:
Mon May 31 22:28:06 1999
diff -u --recursive --new-file v2.3.5/linux/include/linux/proc_fs.h linux/include/linux/proc_fs.h
@@ -52,7 +52,8 @@
PROC_STRAM,
PROC_SOUND,
PROC_MTRR, /* whether enabled or not */
- PROC_FS
+ PROC_FS,
+ PROC_SYSVIPC
};
enum pid_directory_inos {
@@ -207,6 +208,7 @@
PROC_SCSI_INIA100,
PROC_SCSI_FCAL,
PROC_SCSI_I2O,
+ PROC_SCSI_USB_SCSI,
PROC_SCSI_SCSI_DEBUG,
PROC_SCSI_NOT_PRESENT,
PROC_SCSI_FILE, /* I'm assuming here that we */
@@ -243,6 +245,12 @@
PROC_CODA_FS_LAST
};
+enum sysvipc_directory_inos {
+ PROC_SYSVIPC_SHM = PROC_CODA_FS_LAST,
+ PROC_SYSVIPC_SEM,
+ PROC_SYSVIPC_MSG
+};
+
/* Finally, the dynamically allocatable proc entries are reserved: */
#define PROC_DYNAMIC_FIRST 4096
@@ -313,6 +321,7 @@
extern struct proc_dir_entry proc_pid_fd;
extern struct proc_dir_entry proc_mca;
extern struct proc_dir_entry *proc_bus;
+extern struct proc_dir_entry *proc_sysvipc;
extern struct inode_operations proc_scsi_inode_operations;
@@ -422,6 +431,7 @@
#endif
extern struct inode_operations proc_omirr_inode_operations;
extern struct inode_operations proc_ppc_htab_inode_operations;
+extern struct inode_operations proc_sysvipc_inode_operations;
/*
* generic.c
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)