diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-17 20:40:29 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-17 20:40:29 +0200 |
| commit | 042e25e19b5fc0cec1d47440c26246c886cf39f6 (patch) | |
| tree | 9f3e49ccae2ec8a48fdb34d264da3adef06f64bf /fs/file.h | |
| parent | d98828d08eb1f6c1394f38a1df69c73fef0cfefa (diff) | |
started big cleanup!
Diffstat (limited to 'fs/file.h')
| -rw-r--r-- | fs/file.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,9 +5,11 @@ typedef struct file_struct { - uint32_t file_id; + void (*read)(); + void (*write)(); + void (*seek)(); }file; |
