patch-1.3.32 linux/include/asm-alpha/system.h

Next file: linux/include/asm-i386/byteorder.h
Previous file: linux/include/asm-alpha/lca.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.31/linux/include/asm-alpha/system.h linux/include/asm-alpha/system.h
@@ -31,6 +31,18 @@
 
 #ifndef __ASSEMBLY__
 
+/*
+ * This is the logout header that should be common to all platforms
+ * (assuming they are running OSF/1 PALcode, I guess).
+ */
+struct el_common {
+        unsigned int	size;		/* size in bytes of logout area */
+        int		sbz1	: 31;	/* should be zero */
+        char		retry	:  1;	/* retry flag */
+        unsigned int	proc_offset;	/* processor-specific offset */
+        unsigned int	sys_offset;	/* system-specific offset */
+};
+
 extern void wrent(void *, unsigned long);
 extern void wrkgp(unsigned long);
 extern void wrusp(unsigned long);

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