aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/byteorder.h
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2016-07-21 14:06:11 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-03-01 16:44:20 +0300
commit8cdc31026eab52b59169e8450308c8f552f49613 (patch)
treebd6cf85c522526a381c338138df5cd5ba324be3d /include/odp/api/spec/byteorder.h
parent8f33c673232c6b12334d02d12850e6a3e9fbde0e (diff)
linux-generic: cosmetic changes on byteorder files
To please check-patch before the copy to the drv interface. Signed-off-by: Christophe Milard <christophe.milard@linaro.org> Reviewed-and-tested-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp/api/spec/byteorder.h')
-rw-r--r--include/odp/api/spec/byteorder.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/odp/api/spec/byteorder.h b/include/odp/api/spec/byteorder.h
index 2899adbea..38c0bdbf7 100644
--- a/include/odp/api/spec/byteorder.h
+++ b/include/odp/api/spec/byteorder.h
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-
/**
* @file
*
@@ -95,7 +94,6 @@ uint32_t odp_be_to_cpu_32(odp_u32be_t be32);
*/
uint64_t odp_be_to_cpu_64(odp_u64be_t be64);
-
/*
* CPU byte order -> Big Endian:
*/
@@ -121,7 +119,6 @@ odp_u32be_t odp_cpu_to_be_32(uint32_t cpu32);
*/
odp_u64be_t odp_cpu_to_be_64(uint64_t cpu64);
-
/*
* Little Endian -> CPU byte order:
*/
@@ -147,7 +144,6 @@ uint32_t odp_le_to_cpu_32(odp_u32le_t le32);
*/
uint64_t odp_le_to_cpu_64(odp_u64le_t le64);
-
/*
* CPU byte order -> Little Endian:
*/