matos/core/fs.h

8 lines
129 B
C
Raw Normal View History

2024-05-23 00:21:41 +02:00
#pragma once
struct inode {//TODO
};
int fsInodeUnref(struct inode *inode);
int fsInodeRef(struct inode *inode);