summaryrefslogtreecommitdiff
path: root/upb/bindings/linux/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/bindings/linux/string.h')
-rw-r--r--upb/bindings/linux/string.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/upb/bindings/linux/string.h b/upb/bindings/linux/string.h
new file mode 100644
index 0000000..30ebf8a
--- /dev/null
+++ b/upb/bindings/linux/string.h
@@ -0,0 +1,13 @@
+/*
+ * upb - a minimalist implementation of protocol buffers.
+ *
+ * Copyright (c) 2012 Google Inc. See LICENSE for details.
+ * Author: Josh Haberman <jhaberman@gmail.com>
+ */
+
+#ifndef UPB_LINUX_STRING_H_
+#define UPB_LINUX_STRING_H_
+
+#include <linux/string.h>
+
+#endif /* UPB_DEF_H_ */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback