URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [include/] [linux/] [falloc.h] - Rev 82
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _FALLOC_H_ #define _FALLOC_H_ #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */ #endif /* _FALLOC_H_ */
Go to most recent revision | Compare with Previous | Blame | View Log