aboutsummaryrefslogtreecommitdiffstats
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:49:40 -0800
commit8dec911c30cbf0f21b157b08ac52598d490eb810 (patch)
treef497e9a57159cdb7494ff8d692233b7d01195e7f
parent032e2719842bdb66072adb366e419c6c934e496f (diff)
downloadbluez-hcidump-8dec911c30cbf0f21b157b08ac52598d490eb810.tar.gz
lib: Add stub for A2MP
-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 0000000..f6d07df
--- /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 */