diff options
Diffstat (limited to 'arch/mips/include')
| -rw-r--r-- | arch/mips/include/asm/sgialib.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/include/asm/sgialib.h b/arch/mips/include/asm/sgialib.h index 753275accd18..40dc9839f63c 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,8 @@ 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 ArcReboot(VOID) __noreturn; |
| 74 | extern VOID ArcEnterInteractiveMode(VOID) __attribute__((noreturn)); | 75 | extern VOID ArcEnterInteractiveMode(VOID) __noreturn; |
| 75 | extern VOID ArcFlushAllCaches(VOID); | 76 | extern VOID ArcFlushAllCaches(VOID); |
| 76 | extern DISPLAY_STATUS *ArcGetDisplayStatus(ULONG FileID); | 77 | extern DISPLAY_STATUS *ArcGetDisplayStatus(ULONG FileID); |
| 77 | 78 | ||
