patch-2.4.21 linux-2.4.21/include/linux/console_struct.h
Next file: linux-2.4.21/include/linux/cyclades.h
Previous file: linux-2.4.21/include/linux/console.h
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
2003-06-13 07:51:38.000000000 -0700
-  Orig file: 
linux-2.4.20/include/linux/console_struct.h
-  Orig date: 
2001-10-11 11:17:22.000000000 -0700
diff -urN linux-2.4.20/include/linux/console_struct.h linux-2.4.21/include/linux/console_struct.h
@@ -9,6 +9,9 @@
  * to achieve effects such as fast scrolling by changing the origin.
  */
 
+#ifndef _LINUX_CONSOLE_STRUCT_H_
+#define _LINUX_CONSOLE_STRUCT_H_
+
 #define NPAR 16
 
 struct vc_data {
@@ -107,3 +110,5 @@
 #define CUR_DEFAULT CUR_UNDERLINE
 
 #define CON_IS_VISIBLE(conp) (*conp->vc_display_fg == conp)
+
+#endif /* _LINUX_CONSOLE_STRUCT_H_ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)