summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/fmempool.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/fmempool.c')
-rw-r--r--cpukit/itron/src/fmempool.c86
1 files changed, 1 insertions, 85 deletions
diff --git a/cpukit/itron/src/fmempool.c b/cpukit/itron/src/fmempool.c
index 567b7cb358..e42a7a1b6f 100644
--- a/cpukit/itron/src/fmempool.c
+++ b/cpukit/itron/src/fmempool.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -56,87 +56,3 @@ void _ITRON_Fixed_memory_pool_Manager_initialization(
*/
}
-
-/*
- * cre_mpf - Create Fixed-Size Memorypool
- */
-
-ER cre_mpf(
- ID mpfid,
- T_CMPF *pk_cmpf
-)
-{
- return E_OK;
-}
-
-/*
- * del_mpf - Delete Fixed-Size Memorypool
- */
-
-ER del_mpf(
- ID mpfid
-)
-{
- return E_OK;
-}
-
-/*
- * get_blf - Get Fixed-Size Memory Block
- */
-
-ER get_blf(
- VP *p_blf,
- ID mpfid
-)
-{
- return E_OK;
-}
-
-/*
- * pget_blf - Poll and Get Fixed-Size Memory Block
- */
-
-ER pget_blf(
- VP *p_blf,
- ID mpfid
-)
-{
- return E_OK;
-}
-
-/*
- * tget_blf - Get Fixed-Size Memory Block with Timeout
- */
-
-ER tget_blf(
- VP *p_blf,
- ID mpfid,
- TMO tmout
-)
-{
- return E_OK;
-}
-
-/*
- * rel_blf - Release Fixed-Size Memory Block
- */
-
-ER rel_blf(
- ID mpfid,
- VP blf
-)
-{
- return E_OK;
-}
-
-/*
- * ref_mpf - Reference Fixed-Size Memorypool Status
- */
-
-ER ref_mpf(
- T_RMPF *pk_rmpf,
- ID mpfid
-)
-{
- return E_OK;
-}