~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/mtd/ubi/ubi-media.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
        __be32  image_seq;
165
165
        __u8    padding2[32];
166
166
        __be32  hdr_crc;
167
 
} __attribute__ ((packed));
 
167
} __packed;
168
168
 
169
169
/**
170
170
 * struct ubi_vid_hdr - on-flash UBI volume identifier header.
292
292
        __be64  sqnum;
293
293
        __u8    padding3[12];
294
294
        __be32  hdr_crc;
295
 
} __attribute__ ((packed));
 
295
} __packed;
296
296
 
297
297
/* Internal UBI volumes count */
298
298
#define UBI_INT_VOL_COUNT 1
373
373
        __u8    flags;
374
374
        __u8    padding[23];
375
375
        __be32  crc;
376
 
} __attribute__ ((packed));
 
376
} __packed;
377
377
 
378
378
#endif /* !__UBI_MEDIA_H__ */