Add U() macro to share constants between C and other sources
authorVarun Wadekar <vwadekar@nvidia.com>
Thu, 18 May 2017 17:32:51 +0000 (10:32 -0700)
committerVarun Wadekar <vwadekar@nvidia.com>
Wed, 14 Jun 2017 23:58:46 +0000 (16:58 -0700)
commit6176b4fcb4175a25d918345a729cce560b9356c2
treebad5f0634018d0f698effc7d66b8afd13fe4be36
parentfb7d32e5881ef2445e8fe2305005f5590d4a7cfa
Add U() macro to share constants between C and other sources

This patch adds the U(_x) macros to utils_def.h to allow constants to
be shared between C and other sources.

Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
include/lib/utils_def.h