#ifndef __STATFS_H_
#define __STATFS_H_

#define ST_RDONLY       0x0001  /* mount read-only */

#endif

