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

« back to all changes in this revision

Viewing changes to grub-core/commands/efi/lsefi.c

  • 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:
95
95
      grub_efi_handle_t handle = handles[i];
96
96
      grub_efi_status_t status;
97
97
      grub_efi_uintn_t num_protocols;
98
 
      grub_efi_guid_t **protocols;
 
98
      grub_efi_packed_guid_t **protocols;
99
99
      grub_efi_device_path_t *dp;
100
100
 
101
101
      grub_printf ("Handle %p\n", handle);