File: ntfs_fs.h

package info (click to toggle)
ntfs 971218-4
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 692 kB
  • ctags: 670
  • sloc: ansic: 7,774; sh: 1,509; makefile: 232
file content (7 lines) | stat: -rw-r--r-- 80 bytes parent folder | download
1
2
3
4
5
6
7
#ifndef _LINUX_NTFS_FS_H
#define _LINUX_NTFS_FS_H

int init_ntfs_fs();

#endif