summaryrefslogtreecommitdiff
path: root/bindings/linux/string.h
blob: 30ebf8aa714c78a27ddf527443522b179adfad81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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