diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index e3ef66d89..ccd3dd785 100644 --- a/include/common.h +++ b/include/common.h @@ -706,6 +706,7 @@ int strcmp_compar(const void *, const void *);  /* lib/time.c */  void	udelay        (unsigned long); +void mdelay(unsigned long);  /* lib/uuid.c */  void uuid_str_to_bin(const char *uuid, unsigned char *out); |