diff buildid.h @ 45:a0f2fcc6d9dd

add buildid
author Matt Johnston <matt@ucc.asn.au>
date Sat, 29 Jun 2013 23:46:39 +0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildid.h	Sat Jun 29 23:46:39 2013 +0800
@@ -0,0 +1,8 @@
+#ifndef BUILDID_H
+#define BUILDID_H
+
+#include <stdint.h>
+
+extern uint8_t buildid[20];
+
+#endif // BUILDID_H