with LSC.Types;
inherit LSC.Ops64, LSC.Types, LSC.Byteswap64;
package LSC.Byteorder64 is
function Native_To_BE (Item : Types.Word64) return Types.Word64; pragma Inline (Native_To_BE);
Item
function Native_To_LE (Item : Types.Word64) return Types.Word64; pragma Inline (Native_To_LE);
function BE_To_Native (Item : Types.Word64) return Types.Word64; pragma Inline (BE_To_Native);
function LE_To_Native (Item : Types.Word64) return Types.Word64; pragma Inline (LE_To_Native);
end LSC.Byteorder64;