summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_initialize.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-01 13:18:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-01 13:18:51 +0000
commit860fb90211e137e188cce2a85a4791148c1b50b9 (patch)
tree483ad6044aa9905c6e31d8b60869a2dcce7ccab6 /nuttx/arch/sim/src/up_initialize.c
parent41c40fdd75222d95ff819656571a4ae4d61d571b (diff)
downloadpx4-nuttx-860fb90211e137e188cce2a85a4791148c1b50b9.tar.gz
px4-nuttx-860fb90211e137e188cce2a85a4791148c1b50b9.tar.bz2
px4-nuttx-860fb90211e137e188cce2a85a4791148c1b50b9.zip
Sim target no longer uses Linux syscalls; works with Cygwin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@759 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sim/src/up_initialize.c')
-rw-r--r--nuttx/arch/sim/src/up_initialize.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/nuttx/arch/sim/src/up_initialize.c b/nuttx/arch/sim/src/up_initialize.c
index 82ba215d8..cb5901ffe 100644
--- a/nuttx/arch/sim/src/up_initialize.c
+++ b/nuttx/arch/sim/src/up_initialize.c
@@ -1,7 +1,7 @@
-/************************************************************
+/****************************************************************************
* up_initialize.c
*
- * 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,11 +31,11 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- ************************************************************/
+ ****************************************************************************/
-/************************************************************
+/****************************************************************************
* Included Files
- ************************************************************/
+ ****************************************************************************/
#include <nuttx/config.h>
#include <sys/types.h>
@@ -43,23 +43,23 @@
#include <nuttx/fs.h>
#include "up_internal.h"
-/************************************************************
+/****************************************************************************
* Private Definitions
- ************************************************************/
+ ****************************************************************************/
-/************************************************************
+/****************************************************************************
* Private Data
- ************************************************************/
+ ****************************************************************************/
-/************************************************************
- * Private Funtions
- ************************************************************/
+/****************************************************************************
+ * Private Functions
+ ****************************************************************************/
-/************************************************************
- * Public Funtions
- ************************************************************/
+/****************************************************************************
+ * Public Functions
+ ****************************************************************************/
-/************************************************************
+/****************************************************************************
* Name: up_initialize
*
* Description:
@@ -77,7 +77,7 @@
* libraries have been initialized. OS services and driver
* services are available.
*
- ************************************************************/
+ ****************************************************************************/
void up_initialize(void)
{