summaryrefslogtreecommitdiff
path: root/include/rtnl.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-12-25 09:45:07 +0100
committerMarcel Holtmann <marcel@holtmann.org>2007-12-25 09:45:07 +0100
commitcd577016d4d7730bb612c6a5771122b68a2e1664 (patch)
treebbc024852d599516347237d24581df7d24aa37a8 /include/rtnl.h
parent1f883743506f40054c29b33021948cdb4e765ba6 (diff)
downloadconnman-cd577016d4d7730bb612c6a5771122b68a2e1664.tar.gz
connman-cd577016d4d7730bb612c6a5771122b68a2e1664.tar.bz2
connman-cd577016d4d7730bb612c6a5771122b68a2e1664.zip
Add experimental netlink support
Diffstat (limited to 'include/rtnl.h')
-rw-r--r--include/rtnl.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/include/rtnl.h b/include/rtnl.h
new file mode 100644
index 00000000..4b3e6925
--- /dev/null
+++ b/include/rtnl.h
@@ -0,0 +1,33 @@
+/*
+ *
+ * Connection Manager
+ *
+ * Copyright (C) 2007 Intel Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifndef __CONNMAN_RTNL_H
+#define __CONNMAN_RTNL_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __CONNMAN_RTNL_H */