diff options
Diffstat (limited to 'common/ft_build.c')
-rw-r--r-- | common/ft_build.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/ft_build.c b/common/ft_build.c index 0b6c2b733..0e5699a95 100644 --- a/common/ft_build.c +++ b/common/ft_build.c @@ -396,6 +396,8 @@ void *ft_get_prop(void *bphp, const char *propname, int *szp) /********************************************************************/ +/* Function that returns a character from the environment */ +extern uchar(*env_get_char) (int); void ft_setup(void *blob, bd_t * bd, ulong initrd_start, ulong initrd_end) { |