]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/uprintf/Uprint.h
Add uprintf library; use it in tmimsp platforms
[tinyos-2.x.git] / tos / lib / uprintf / Uprint.h
diff --git a/tos/lib/uprintf/Uprint.h b/tos/lib/uprintf/Uprint.h
new file mode 100644 (file)
index 0000000..0e05ebb
--- /dev/null
@@ -0,0 +1,21 @@
+/* Copyright (c) 2006-2009 by Sporian Microsystems, Inc.
+ * All Rights Reserved.
+ *
+ * This document is the proprietary and confidential property of Sporian
+ * Microsystems, Inc.  All use, distribution, reproduction or re-distribution
+ * is disallowed without the prior express written consent of Sporian
+ * Microsystems, Inc.
+ */
+
+/**
+ * Simple dbgprintf helper
+ *
+ * @author R. Steve McKown <rsmckown@gmail.com>
+ */
+
+#ifndef UPRINT_H
+#define UPRINT_H
+
+typedef int (*uprint_ptr_t)();
+
+#endif /* end of include guard: UPRINT_H */