diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-09 23:06:15 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-09 23:06:15 +0100 |
commit | ecc198c9b9522aa766235b7780f8ef7e01d0d0e2 (patch) | |
tree | 66c8d0f5456decaa19ba8ba61df2c100a4b0efc5 /include/common.h | |
parent | cc557950f742fe18003638963e267d52036159ce (diff) | |
parent | 500856eb1707ed17d9204baa61dd59948d3b2899 (diff) | |
download | u-boot-imx-ecc198c9b9522aa766235b7780f8ef7e01d0d0e2.zip u-boot-imx-ecc198c9b9522aa766235b7780f8ef7e01d0d0e2.tar.gz u-boot-imx-ecc198c9b9522aa766235b7780f8ef7e01d0d0e2.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-freebsd
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 493417f..169bd2c 100644 --- a/include/common.h +++ b/include/common.h @@ -227,6 +227,7 @@ extern ulong load_addr; /* Default Load Address */ /* common/cmd_nvedit.c */ int env_init (void); void env_relocate (void); +int envmatch (uchar *, int); char *getenv (char *); int getenv_r (char *name, char *buf, unsigned len); int saveenv (void); @@ -278,6 +279,9 @@ int misc_init_r (void); /* common/exports.c */ void jumptable_init(void); +/* api/api.c */ +void api_init (void); + /* common/memsize.c */ long get_ram_size (volatile long *, long); |