int dummy
Definition xfs.h:9
uint64_t offset
Definition vsf_memfs.h:49
uint32_t size
Definition vsf_memfs.h:50
signed long long s64_t
Definition types.h:15
s64_t xfs_seek(struct xfs_file_t *file, s64_t offset)
Definition vsf_xboot.c:115
s64_t xfs_length(struct xfs_file_t *file)
Definition vsf_xboot.c:101
s64_t xfs_read(struct xfs_file_t *file, void *buf, s64_t size)
Definition vsf_xboot.c:106
void xfs_close(struct xfs_file_t *file)
Definition vsf_xboot.c:111
struct xfs_file_t * xfs_open_read(struct xfs_context_t *ctx, const char *name)
Definition vsf_xboot.c:96