From b78f4c986f22c1114fbaa1f66c3ac39187213bff Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Wed, 13 Jun 2012 23:43:07 +0400 Subject: add 'poweroff' command Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- include/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index d2347f8629..9745aeb74e 100644 --- a/include/common.h +++ b/include/common.h @@ -102,6 +102,7 @@ long get_ram_size (volatile long *, long); /* $(CPU)/cpu.c */ void __noreturn reset_cpu(unsigned long addr); +void __noreturn poweroff(void); /* lib_$(ARCH)/time.c */ void udelay (unsigned long); -- cgit v1.2.3