minix/minix/lib/libvtreefs/glo.h
David van Moolenbroek 289b04677a libfsdriver: prefill st_dev for stat requests
This obviates the need for several file system implementations to
remember the device on which they are mounted.

Change-Id: Ida8325cf4bcf072e61761cfee34e3f7ed2d750b9
2014-11-14 15:54:16 +00:00

14 lines
205 B
C

#ifndef _VTREEFS_GLO_H
#define _VTREEFS_GLO_H
#ifdef _TABLE
#undef EXTERN
#define EXTERN
#endif
EXTERN struct fs_hooks *vtreefs_hooks;
extern struct fsdriver vtreefs_table;
#endif /* _VTREEFS_GLO_H */