blob: 3ea5a6912be260f90b06bbea91cf09e6938c517c [file] [log] [blame]
package FS is
type Buffer is array (Natural range <>) of Unsigned_8;
end FS;