9
0
Fork 0

bootstrap: Add missing include

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-09-18 10:23:02 +02:00
parent 9fc58d665e
commit 361f2db766
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#ifndef __BOOSTRAP_H__
#define __BOOSTRAP_H__
#include <common.h>
#define bootstrap_err(fmt, arg...) printf(fmt, ##arg)
void bootstrap_boot(int (*func)(void), bool barebox);