diff options
author | Wolfgang Denk <wd@denx.de> | 2008-05-14 12:22:49 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-05-14 12:22:49 +0200 |
commit | a8409f4f1ac84c36273c1a1e341189662521bcfb (patch) | |
tree | 2f3c4e36b8fdb134a1a67624262d863ceb949ef8 /api | |
parent | cf39b07948015c480b72a6e732cf7d839aa93a9e (diff) | |
download | u-boot-a8409f4f1ac84c36273c1a1e341189662521bcfb.tar.gz |
environment: cleanup prototype declarations of env functions.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'api')
-rw-r--r-- | api/api.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -30,6 +30,7 @@ #include <command.h> #include <common.h> #include <malloc.h> +#include <environment.h> #include <linux/types.h> #include <api_public.h> @@ -40,8 +41,6 @@ /* U-Boot routines needed */ extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]); -extern uchar (*env_get_char)(int); -extern uchar *env_get_addr(int); /***************************************************************************** * |