aboutsummaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorJerin Jacob <jerin.jacob@caviumnetworks.com>2014-10-20 17:19:14 +0530
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-10-22 14:20:19 +0400
commit8f05b91f828eebb3aa120ee73c7fc4e6ff38eedb (patch)
tree3dd5416a22fb2d14b1f7cf303dfb995f4bfdb445 /platform
parent558ad1788492a89c41497b19d38a656640a0cea9 (diff)
Rename ODPH_PACKED macro
Definition of ODPH_PACKED is in include/api/odp_align.h so changing to ODP_PACKED Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com> Reviewed-and-Tested-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform')
-rw-r--r--platform/linux-generic/include/api/odp_align.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/include/api/odp_align.h b/platform/linux-generic/include/api/odp_align.h
index a93dd2432..5ee61be34 100644
--- a/platform/linux-generic/include/api/odp_align.h
+++ b/platform/linux-generic/include/api/odp_align.h
@@ -31,7 +31,7 @@ extern "C" {
/**
* Defines type/struct to be packed
*/
-#define ODPH_PACKED __attribute__((__packed__))
+#define ODP_PACKED __attribute__((__packed__))
/**
* Returns offset of member in type