~hamo/ubuntu/precise/grub2/grub2.hi_res

« back to all changes in this revision

Viewing changes to include/grub/err.h

ImportĀ upstreamĀ versionĀ 1.97~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    GRUB_ERR_BAD_GZIP_DATA,
54
54
    GRUB_ERR_MENU,
55
55
    GRUB_ERR_TIMEOUT,
56
 
    GRUB_ERR_IO
 
56
    GRUB_ERR_IO,
 
57
    GRUB_ERR_ACCESS_DENIED
57
58
  }
58
59
grub_err_t;
59
60