summaryrefslogtreecommitdiff
path: root/lib/a2mp.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-02-02 09:48:55 -0800
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-02 09:50:11 -0800
commit722f9d24a952d92cd6549536e380d8fd6bc19edb (patch)
tree598cb3a45eb001b0fd1080cbd960dcd91c617fa0 /lib/a2mp.h
parent1716c9fd484e1bc7804baa47089809c35975f082 (diff)
downloadbluez-722f9d24a952d92cd6549536e380d8fd6bc19edb.tar.gz
lib: Add stub for A2MP
Diffstat (limited to 'lib/a2mp.h')
-rw-r--r--lib/a2mp.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/lib/a2mp.h b/lib/a2mp.h
new file mode 100644
index 000000000..f6d07dfdc
--- /dev/null
+++ b/lib/a2mp.h
@@ -0,0 +1,34 @@
+/*
+ *
+ * BlueZ - Bluetooth protocol stack for Linux
+ *
+ * Copyright (C) 2012 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 as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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 __A2MP_H
+#define __A2MP_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __A2MP_H */