]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/x86/boot/boot.h
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / arch / x86 / boot / boot.h
index e5612f3e3b57ca7611f1e348c7f317f1416dd54a..9b42b6d1e902f20f50636b152b7b4236578c5589 100644 (file)
@@ -333,6 +333,7 @@ size_t strnlen(const char *s, size_t maxlen);
 unsigned int atou(const char *s);
 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
 size_t strlen(const char *s);
+char *strchr(const char *s, int c);
 
 /* tty.c */
 void puts(const char *);