Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: ARC: Add declarations for a few missing ARC firmware functions.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+3
+3
arch/mips/include/asm/sgialib.h
··· 71 71 extern LONG ArcWrite(ULONG fd, PVOID buf, ULONG num, PULONG cnt); 72 72 73 73 /* Misc. routines. */ 74 + extern VOID ArcHalt(VOID) __noreturn; 75 + extern VOID ArcPowerDown(VOID) __noreturn; 76 + extern VOID ArcRestart(VOID) __noreturn; 74 77 extern VOID ArcReboot(VOID) __noreturn; 75 78 extern VOID ArcEnterInteractiveMode(VOID) __noreturn; 76 79 extern VOID ArcFlushAllCaches(VOID);