10#ifndef LRTR_CONVERT_BYTE_ORDER_PRIVATE_H
11#define LRTR_CONVERT_BYTE_ORDER_PRIVATE_H
uint32_t lrtr_convert_long(const enum target_byte_order tbo, const uint32_t value)
Converts the passed long value to the given target byte order.
uint16_t lrtr_convert_short(const enum target_byte_order tbo, const uint16_t value)
Converts the passed short value to the given target byte order.
target_byte_order
Target byte order for conversion.
Definition convert_byte_order_private.h:18
@ TO_NETWORK_BYTE_ORDER
Definition convert_byte_order_private.h:19
@ TO_HOST_HOST_BYTE_ORDER
Definition convert_byte_order_private.h:20