patch-2.3.35 linux/include/linux/proc_fs.h
Next file: linux/include/linux/qnx4_fs.h
Previous file: linux/include/linux/pci_ids.h
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Tue Dec 28 17:43:05 1999
- Orig file:
v2.3.34/linux/include/linux/proc_fs.h
- Orig date:
Tue Nov 23 22:42:21 1999
diff -u --recursive --new-file v2.3.34/linux/include/linux/proc_fs.h linux/include/linux/proc_fs.h
@@ -26,11 +26,6 @@
#define PROC_DYNAMIC_FIRST 4096
#define PROC_NDYNAMIC 4096
-#define PROC_OPENPROM_FIRST (PROC_DYNAMIC_FIRST+PROC_NDYNAMIC)
-#define PROC_OPENPROM PROC_OPENPROM_FIRST
-#define PROC_NOPENPROM 4096
-#define PROC_OPENPROMD_FIRST (PROC_OPENPROM_FIRST+PROC_NOPENPROM)
-#define PROC_NOPENPROMD 4096
#define PROC_SUPER_MAGIC 0x9fa0
@@ -117,17 +112,6 @@
extern int proc_readdir(struct file *, void *, filldir_t);
extern struct dentry *proc_lookup(struct inode *, struct dentry *);
-struct openpromfs_dev {
- struct openpromfs_dev *next;
- u32 node;
- ino_t inode;
- kdev_t rdev;
- mode_t mode;
- char name[32];
-};
-extern int proc_openprom_regdev(struct openpromfs_dev *);
-extern int proc_openprom_unregdev(struct openpromfs_dev *);
-
extern struct inode_operations proc_sys_inode_operations;
extern struct inode_operations proc_kcore_inode_operations;
extern struct inode_operations proc_kmsg_inode_operations;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)