9
0
Fork 0

pbl: provide hang() function for the pbl

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-10-26 08:43:42 +02:00
parent 5b0fc19196
commit 5b620bce2e
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
#include <linux/string.h>
#include <linux/ctype.h>
void __noreturn hang(void)
{
while (1);
}
void __noreturn panic(const char *fmt, ...)
{
while(1);