]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/inet.h
PM: introduce hibernation and suspend notifiers
[karo-tx-linux.git] / include / linux / inet.h
index 6c5587af118d477354d7f738a688babd6524340f..675a7dbe86f876d68cbd7d9573b74e305e7091d8 100644 (file)
@@ -46,5 +46,7 @@
 #include <linux/types.h>
 
 extern __be32 in_aton(const char *str);
+extern int in4_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
+extern int in6_pton(const char *src, int srclen, u8 *dst, int delim, const char **end);
 #endif
 #endif /* _LINUX_INET_H */