VSF Documented
Main Page
Related Pages
Topics
Namespaces
Data Structures
Files
File List
Globals
source
shell
sys
linux
include
linux
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
5
extern
"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
Generated by
1.9.8