blob: 3ea5a6912be260f90b06bbea91cf09e6938c517c [file] [log] [blame]
Thomas Heijligend1e04572023-11-27 14:28:55 +00001package FS is
2
3 type Buffer is array (Natural range <>) of Unsigned_8;
4
5end FS;