~ubuntu-branches/ubuntu/quantal/efibootmgr/quantal

« back to all changes in this revision

Viewing changes to src/include/efi.h

  • Committer: Bazaar Package Importer
  • Author(s): Bdale Garbee
  • Date: 2006-10-20 07:36:12 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20061020073612-rmq38q57t1r6xxhb
Tags: 0.5.3-2
merge patch from Sam Hocevar (thanks!), closes: #389923

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
typedef struct _efi_variable_t {
99
99
        efi_char16_t  VariableName[1024/sizeof(efi_char16_t)];
100
100
        efi_guid_t    VendorGuid;
101
 
        uint64_t         DataSize;
 
101
        unsigned long DataSize;
102
102
        uint8_t          Data[1024];
103
103
        efi_status_t  Status;
104
104
        uint32_t         Attributes;