diff options
Diffstat (limited to 'arch/mips/include/asm/sgialib.h')
-rw-r--r-- | arch/mips/include/asm/sgialib.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/mips/include/asm/sgialib.h b/arch/mips/include/asm/sgialib.h index 753275accd18..195db5045ae5 100644 --- a/arch/mips/include/asm/sgialib.h +++ b/arch/mips/include/asm/sgialib.h | |||
@@ -11,6 +11,7 @@ | |||
11 | #ifndef _ASM_SGIALIB_H | 11 | #ifndef _ASM_SGIALIB_H |
12 | #define _ASM_SGIALIB_H | 12 | #define _ASM_SGIALIB_H |
13 | 13 | ||
14 | #include <linux/compiler.h> | ||
14 | #include <asm/sgiarcs.h> | 15 | #include <asm/sgiarcs.h> |
15 | 16 | ||
16 | extern struct linux_romvec *romvec; | 17 | extern struct linux_romvec *romvec; |
@@ -70,8 +71,11 @@ extern LONG ArcRead(ULONG fd, PVOID buf, ULONG num, PULONG cnt); | |||
70 | extern LONG ArcWrite(ULONG fd, PVOID buf, ULONG num, PULONG cnt); | 71 | extern LONG ArcWrite(ULONG fd, PVOID buf, ULONG num, PULONG cnt); |
71 | 72 | ||
72 | /* Misc. routines. */ | 73 | /* Misc. routines. */ |
73 | extern VOID ArcReboot(VOID) __attribute__((noreturn)); | 74 | extern VOID ArcHalt(VOID) __noreturn; |
74 | extern VOID ArcEnterInteractiveMode(VOID) __attribute__((noreturn)); | 75 | extern VOID ArcPowerDown(VOID) __noreturn; |
76 | extern VOID ArcRestart(VOID) __noreturn; | ||
77 | extern VOID ArcReboot(VOID) __noreturn; | ||
78 | extern VOID ArcEnterInteractiveMode(VOID) __noreturn; | ||
75 | extern VOID ArcFlushAllCaches(VOID); | 79 | extern VOID ArcFlushAllCaches(VOID); |
76 | extern DISPLAY_STATUS *ArcGetDisplayStatus(ULONG FileID); | 80 | extern DISPLAY_STATUS *ArcGetDisplayStatus(ULONG FileID); |
77 | 81 | ||