Just merge this with 1/2 patch. These touch almost same lines. You could also mention that #defines will be gradually removed.
-Petri > -----Original Message----- > From: lng-odp [mailto:[email protected]] On Behalf Of EXT > Bill Fischofer > Sent: Tuesday, October 27, 2015 6:42 PM > To: [email protected]; [email protected] > Subject: [lng-odp] [API-NEXT PATCHv2 2/2] api: config: add usage note about > defines > > Signed-off-by: Bill Fischofer <[email protected]> > --- > include/odp/api/config.h | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/include/odp/api/config.h b/include/odp/api/config.h > index ed27ed5..f35f951 100644 > --- a/include/odp/api/config.h > +++ b/include/odp/api/config.h > @@ -20,6 +20,13 @@ extern "C" { > > /** @defgroup odp_config ODP CONFIG > * Platform-specific configuration limits. > + * > + * @note The API calls defined for ODP configuration limits are the > + * normative means of accessing platform-specific configuration limits. > + * Platforms MAY in addition include \#defines for these limits for > + * internal use in dimensioning arrays, however there is no guarantee > + * that applications using such \#defines will be portable across all > + * ODP implementations. > * @{ > */ > > -- > 2.1.4 > > _______________________________________________ > lng-odp mailing list > [email protected] > https://lists.linaro.org/mailman/listinfo/lng-odp _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
