summaryrefslogtreecommitdiff
path: root/nuttx/include/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/assert.h')
-rw-r--r--nuttx/include/assert.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/nuttx/include/assert.h b/nuttx/include/assert.h
index 62c8baa25..618d089c3 100644
--- a/nuttx/include/assert.h
+++ b/nuttx/include/assert.h
@@ -1,7 +1,7 @@
-/************************************************************
- * assert.h
+/****************************************************************************
+ * include/assert.h
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -31,21 +31,21 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- ************************************************************/
+ ****************************************************************************/
-#ifndef __ASSERT_H
-#define __ASSERT_H
+#ifndef __INCLUDE_ASSERT_H
+#define __INCLUDE_ASSERT_H
-/************************************************************
+/****************************************************************************
* Included Files
- ************************************************************/
+ ****************************************************************************/
#include <sys/types.h>
#include <nuttx/compiler.h>
-/************************************************************
+/****************************************************************************
* Definitions
- ************************************************************/
+ ****************************************************************************/
/* Macro Name: ASSERT, ASSERTCODE, et al. */
@@ -91,13 +91,13 @@
#endif
-/************************************************************
+/****************************************************************************
* Included Files
- ************************************************************/
+ ****************************************************************************/
-/************************************************************
+/****************************************************************************
* Global Function Prototypes
- ************************************************************/
+ ****************************************************************************/
#ifdef __cplusplus
#define EXTERN extern "C"
@@ -120,4 +120,4 @@ EXTERN void up_assert_code(int error_code);
}
#endif
-#endif /* __ASSERT_H */
+#endif /* __INCLUDE_ASSERT_H */