Move prototype from nuttx/include/nuttx/arch.h to apps/include/platform/cxxinitialize.h

This commit is contained in:
Gregory Nutt
2017-05-13 16:53:33 -06:00
parent 041d0d2c68
commit b08ea68a33
9 changed files with 114 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
/****************************************************************************
* examples/nsh/nsh_main.c
*
* Copyright (C) 2007-2013 Gregory Nutt. All rights reserved.
* Copyright (C) 2007-2013, 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -45,8 +45,6 @@
#include <sched.h>
#include <errno.h>
#include <nuttx/arch.h>
#if defined(CONFIG_FS_BINFS) && (CONFIG_BUILTIN)
# include <nuttx/binfmt/builtin.h>
#endif
@@ -55,6 +53,8 @@
# include <nuttx/binfmt/symtab.h>
#endif
#include "platform/cxxinitialize.h"
#include "nshlib/nshlib.h"
/****************************************************************************