patch-2.4.11-dontuse linux/include/linux/kernel.h
Next file: linux/include/linux/list.h
Previous file: linux/include/linux/jffs2_fs_sb.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Oct 9 15:22:14 2001
- Orig file:
v2.4.10/linux/include/linux/kernel.h
- Orig date:
Sun Sep 23 11:41:01 2001
diff -u --recursive --new-file v2.4.10/linux/include/linux/kernel.h linux/include/linux/kernel.h
@@ -96,6 +96,9 @@
extern void bust_spinlocks(int yes);
extern int oops_in_progress; /* If set, an oops, panic(), BUG() or die() is in progress */
+extern int tainted;
+extern const char *print_tainted(void);
+
#if DEBUG
#define pr_debug(fmt,arg...) \
printk(KERN_DEBUG fmt,##arg)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)