aboutsummaryrefslogtreecommitdiffstats
path: root/project.h
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-09-01 00:41:49 +0100
committerroot <root@lamia.panaceas.james.local>2015-09-01 00:41:49 +0100
commit475922ce345bb0443cf4fdef00efa86676a1bf62 (patch)
tree89e3eb13232da02bddfeffaff8588765c403b71f /project.h
downloadnrfdfu-475922ce345bb0443cf4fdef00efa86676a1bf62.tar.gz
nrfdfu-475922ce345bb0443cf4fdef00efa86676a1bf62.tar.bz2
nrfdfu-475922ce345bb0443cf4fdef00efa86676a1bf62.zip
fish
Diffstat (limited to 'project.h')
-rw-r--r--project.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/project.h b/project.h
new file mode 100644
index 0000000..4d8853e
--- /dev/null
+++ b/project.h
@@ -0,0 +1,25 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <stdint.h>
+#include <string.h>
+
+#include <zip.h>
+#include <json.h>
+
+
+#include <bluetooth/bluetooth.h>
+#include <bluetooth/hci.h>
+#include <bluetooth/hci_lib.h>
+#include <bluetooth/l2cap.h>
+//#include <bluetooth/uuid.h>
+
+
+#include "manifest.h"
+#include "ble.h"
+
+#include "prototypes.h"
+
+
+