diff options
author | Justin Waters <justin.waters@timesys.com> | 2013-04-24 17:41:45 -0400 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2013-04-24 17:41:45 -0400 |
commit | 18282017b14c0b32b4aa6fd05df58ba5cff0b472 (patch) | |
tree | 24344ef4d64f38baee4f5b56a9b44cc775ab4b62 /include/common.h | |
parent | 75c641ece39c136001340df61f0ad57028ce4ffc (diff) |
LogicPD Support for OMAP3/DM3/AM3 boards 2.2 Update
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 9ba1e937116..146a1c12b0c 100644 --- a/include/common.h +++ b/include/common.h @@ -768,6 +768,7 @@ int cpu_release(int nr, int argc, char * const argv[]); #ifdef CONFIG_MTDPARTS_DYNAMIC_DEFAULT extern char *get_mtdids_default(void); extern char *get_mtdparts_default(void); +extern char *get_mtdflags_default(void); #endif /* CONFIG_MTDPARTS_DYNAMIC_DEFAULT */ #endif /* __ASSEMBLY__ */ |