You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/10/03 20:54:11 UTC

incubator-mynewt-core git commit: hal_flash - remove obsolete prototype.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop d69b07986 -> 58a6b25db


hal_flash - remove obsolete prototype.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/58a6b25d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/58a6b25d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/58a6b25d

Branch: refs/heads/develop
Commit: 58a6b25db07f9a238956afa7fc6fab0fc6443ab0
Parents: d69b079
Author: Christopher Collins <cc...@apache.org>
Authored: Mon Oct 3 13:53:22 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Mon Oct 3 13:54:02 2016 -0700

----------------------------------------------------------------------
 hw/hal/include/hal/flash_map.h | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/58a6b25d/hw/hal/include/hal/flash_map.h
----------------------------------------------------------------------
diff --git a/hw/hal/include/hal/flash_map.h b/hw/hal/include/hal/flash_map.h
index a073078..1d5c3e3 100644
--- a/hw/hal/include/hal/flash_map.h
+++ b/hw/hal/include/hal/flash_map.h
@@ -96,12 +96,6 @@ uint8_t flash_area_align(const struct flash_area *);
  */
 int flash_area_to_sectors(int idx, int *cnt, struct flash_area *ret);
 
-/*
- * Given flash map index, return sector info in NFFS area desc format.
- */
-struct nffs_area_desc;
-int nffs_misc_desc_from_flash_area(int idx, int *cnt, struct nffs_area_desc *nad);
-
 #ifdef __cplusplus
 }
 #endif