~ubuntu-branches/ubuntu/trusty/grub2/trusty-updates

« back to all changes in this revision

Viewing changes to include/grub/fs.h

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-12-26 00:52:47 UTC
  • mto: (17.6.37 experimental)
  • mto: This revision was merged to the branch mainline in revision 184.
  • Revision ID: package-import@ubuntu.com-20131226005247-dalaa9te0g0d49kd
Tags: upstream-2.02~beta2
ImportĀ upstreamĀ versionĀ 2.02~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  unsigned dir:1;
39
39
  unsigned mtimeset:1;
40
40
  unsigned case_insensitive:1;
 
41
  unsigned inodeset:1;
41
42
  grub_int32_t mtime;
 
43
  grub_uint64_t inode;
42
44
};
43
45
 
44
46
typedef int (*grub_fs_dir_hook_t) (const char *filename,