summaryrefslogtreecommitdiff
path: root/bfs/errors.ha
blob: fa5efed952d234124081e0398ede0e0a657256e2 (plain)
1
2
3
4
5
6
// Device has no BFS bootsector signature
export type nosignature = !void;

export type filehole = !void;

export type error = !(nosignature | filehole);