patch-2.1.126 linux/include/asm-mips/sgiarcs.h

Next file: linux/include/asm-mips/sgihpc.h
Previous file: linux/include/asm-mips/sgialib.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.125/linux/include/asm-mips/sgiarcs.h linux/include/asm-mips/sgiarcs.h
@@ -1,4 +1,5 @@
-/* $Id: sgiarcs.h,v 1.2 1998/05/01 01:36:07 ralf Exp $
+/* $Id: sgiarcs.h,v 1.2 1998/07/08 16:01:57 ralf Exp $
+ *
  * SGI ARCS firmware interface defines.
  *
  * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
@@ -170,11 +171,11 @@
 	/* Load and begin execution of a standalong image. */
 	long (*exec)(char *file, long argc, char **argv, char **envp);
 
-	void (*halt)(void); 	/* Halt the machine. */
-	void (*pdown)(void);    /* Power down the machine. */
-	void (*restart)(void);  /* XXX soft reset??? */
-	void (*reboot)(void);   /* Reboot the machine. */
-	void (*imode)(void);    /* Enter PROM interactive mode. */
+	void (*halt)(void) __attribute__((noreturn)); 	/* Halt the machine. */
+	void (*pdown)(void) __attribute__((noreturn));    /* Power down the machine. */
+	void (*restart)(void) __attribute__((noreturn));  /* XXX soft reset??? */
+	void (*reboot)(void) __attribute__((noreturn));   /* Reboot the machine. */
+	void (*imode)(void) __attribute__((noreturn));    /* Enter PROM interactive mode. */
 	int _unused1; /* padding */
 
 	/* PROM device tree interface. */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov