VSF Documented
fs.h
Go to the documentation of this file.
1#ifndef __VSF_LINUX_FS_H__
2#define __VSF_LINUX_FS_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8// for ioctrl
9#define BLKBSZGET (('b' << 8) | 0)
10#define BLKBSZSET (('b' << 8) | 1)
11#define BLKGETSIZE64 (('b' << 8) | 2)
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif