X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Fuprintf%2FUprint.h;fp=tos%2Flib%2Fuprintf%2FUprint.h;h=0e05ebbce94b7a1675ae27b4bd319e4241595ffa;hp=0000000000000000000000000000000000000000;hb=eb7d4fbd7e465dd1a4a8450111ec93af2dce936b;hpb=46696d41fef125e00b09b24a378f106d1347526f diff --git a/tos/lib/uprintf/Uprint.h b/tos/lib/uprintf/Uprint.h new file mode 100644 index 00000000..0e05ebbc --- /dev/null +++ b/tos/lib/uprintf/Uprint.h @@ -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 + */ + +#ifndef UPRINT_H +#define UPRINT_H + +typedef int (*uprint_ptr_t)(); + +#endif /* end of include guard: UPRINT_H */