ish/app/iOSFS.h
2020-04-12 13:18:41 -07:00

10 lines
146 B
C

//
// iOSFS.h
// iSH
//
// Created by Noah Peeters on 26.10.19.
//
extern const struct fs_ops iosfs;
extern const struct fs_ops iosfs_unsafe;