summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/src/ea3131_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-02 20:52:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-02 20:52:55 +0000
commitb6cb65fb09dcc2dd447fabb2887b147a26797e6c (patch)
treea0454230a01dd2f529250d561fc19cf6043e8381 /nuttx/configs/ea3131/src/ea3131_internal.h
parente6c9c298cdac89f361b9c86a3cf62b7439bd9e73 (diff)
downloadpx4-nuttx-b6cb65fb09dcc2dd447fabb2887b147a26797e6c.tar.gz
px4-nuttx-b6cb65fb09dcc2dd447fabb2887b147a26797e6c.tar.bz2
px4-nuttx-b6cb65fb09dcc2dd447fabb2887b147a26797e6c.zip
Add paging initialization point
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2911 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ea3131/src/ea3131_internal.h')
-rwxr-xr-xnuttx/configs/ea3131/src/ea3131_internal.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/nuttx/configs/ea3131/src/ea3131_internal.h b/nuttx/configs/ea3131/src/ea3131_internal.h
index 504212c26..58368e80e 100755
--- a/nuttx/configs/ea3131/src/ea3131_internal.h
+++ b/nuttx/configs/ea3131/src/ea3131_internal.h
@@ -2,7 +2,7 @@
* configs/ea3131/src/ea3131_internal.h
* arch/arm/src/board/ea3131_internal.n
*
- * Copyright (C) 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009-2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -106,6 +106,18 @@ extern void weak_function lpc313x_spiinitialize(void);
extern void weak_function lpc313x_usbinitialize(void);
+/************************************************************************************
+ * Name: lpc313x_pginitialize
+ *
+ * Description:
+ * Set up mass storage device to support on demand paging.
+ *
+ ************************************************************************************/
+
+#ifdef CONFIG_PAGING
+extern void weak_function lpc313x_pginitialize(void);
+#endif
+
#endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_EA3131_SRC_EA3131_INTERNAL_H */