From 744d9859a71c515118457fecb7a58674b600e81a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 10 Oct 2011 08:22:14 +0000 Subject: sandbox: Add architecture header files This adds required header files for the sandbox architecture, and a basic description of what sandbox is (README.sandbox). Signed-off-by: Simon Glass --- include/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/common.h b/include/common.h index 77a29c8b1d2..4c3e3a68dce 100644 --- a/include/common.h +++ b/include/common.h @@ -311,6 +311,9 @@ int setenv (const char *, const char *); #ifdef CONFIG_X86 /* x86 version to be fixed! */ # include #endif /* CONFIG_X86 */ +#ifdef CONFIG_SANDBOX +# include /* TODO(sjg) what needs to be fixed? */ +#endif #ifdef CONFIG_AUTO_COMPLETE int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf); -- cgit v1.2.3