~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

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__ */