with LSC.Types;
package LSC.Byteswap32 is
function Swap (Value : Types.Word32) return Types.Word32; pragma Inline (Swap);
Value
end LSC.Byteswap32;