summaryrefslogtreecommitdiff
path: root/apps/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-09 11:09:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-09 11:09:43 -0600
commitdb7257ad4894df88a59100a8849b156029fbcf21 (patch)
treea9d11941769c64bc9981c87e6a92c214708867a2 /apps/include
parent892b3598fffb8e999493cbfa9c8bbf95855b0a48 (diff)
downloadpx4-nuttx-db7257ad4894df88a59100a8849b156029fbcf21.tar.gz
px4-nuttx-db7257ad4894df88a59100a8849b156029fbcf21.tar.bz2
px4-nuttx-db7257ad4894df88a59100a8849b156029fbcf21.zip
Move P-Code execution logic from interpreters/prun to system/prun
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/prun.h (renamed from apps/include/interpreters/prun.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/include/interpreters/prun.h b/apps/include/prun.h
index e895e9902..d440fb3d6 100644
--- a/apps/include/interpreters/prun.h
+++ b/apps/include/prun.h
@@ -1,5 +1,5 @@
/****************************************************************************
- * apps/include/interpreters/prun.h
+ * apps/include/prun.h
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
****************************************************************************/
-#ifndef __APPS_INCLUDE_INTERPRETERS_PRUN_H
-#define __APPS_INCLUDE_INTERPRETERS_PRUN_H
+#ifndef __APPS_INCLUDE_PRUN_H
+#define __APPS_INCLUDE_PRUN_H
/****************************************************************************
* Included Files
@@ -87,4 +87,4 @@ int prun(FAR char *exepath, size_t varsize, size_t strsize);
}
#endif
-#endif /* __APPS_INCLUDE_INTERPRETERS_PRUN_H */
+#endif /* __APPS_INCLUDE_PRUN_H */