with LSC.Types;
inherit LSC.Types, LSC.Ops64;
package LSC.Byteswap64 is
function Swap (Value : Types.Word64) return Types.Word64; pragma Inline (Swap);
Value
end LSC.Byteswap64;