mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
10 lines
146 B
C
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;
|