summaryrefslogtreecommitdiff
path: root/apps/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 15:41:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 15:41:27 +0000
commitd904fafdf2f9f7ad686bd9d8b616aa310f5346eb (patch)
tree1a3a8a64fbe541877bc7ed69bc5757d6660e3172 /apps/include
parentf06a61ad2416526b0f9afddc0b42fb5c928b7093 (diff)
downloadnuttx-d904fafdf2f9f7ad686bd9d8b616aa310f5346eb.tar.gz
nuttx-d904fafdf2f9f7ad686bd9d8b616aa310f5346eb.tar.bz2
nuttx-d904fafdf2f9f7ad686bd9d8b616aa310f5346eb.zip
apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5523 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/apps.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/apps/include/apps.h b/apps/include/apps.h
index 9f1918e57..0fb807c14 100644
--- a/apps/include/apps.h
+++ b/apps/include/apps.h
@@ -62,14 +62,6 @@
* Public Types
****************************************************************************/
-struct builtin_s
-{
- const char *name; /* Invocation name and as seen under /sbin/ */
- int priority; /* Use: SCHED_PRIORITY_DEFAULT */
- int stacksize; /* Desired stack size */
- main_t main; /* Entry point: main(int argc, char *argv[]) */
-};
-
/****************************************************************************
* Public Data
****************************************************************************/
@@ -82,15 +74,6 @@ extern "C" {
#define EXTERN extern
#endif
-/* The "bindir" is file system that supports access to the builtin applications.
- * It is typically mounted under /bin.
- */
-
-#ifdef CONFIG_APPS_BINDIR
-EXTERN mountpt_operations;
-EXTERN const struct mountpt_operations binfs_operations;
-#endif
-
/****************************************************************************
* Public Functions
****************************************************************************/