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

« back to all changes in this revision

Viewing changes to include/linux/dm-ioctl.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:
267
267
#define DM_DEV_SET_GEOMETRY     _IOWR(DM_IOCTL, DM_DEV_SET_GEOMETRY_CMD, struct dm_ioctl)
268
268
 
269
269
#define DM_VERSION_MAJOR        4
270
 
#define DM_VERSION_MINOR        19
271
 
#define DM_VERSION_PATCHLEVEL   1
272
 
#define DM_VERSION_EXTRA        "-ioctl (2011-01-07)"
 
270
#define DM_VERSION_MINOR        20
 
271
#define DM_VERSION_PATCHLEVEL   0
 
272
#define DM_VERSION_EXTRA        "-ioctl (2011-02-02)"
273
273
 
274
274
/* Status bits */
275
275
#define DM_READONLY_FLAG        (1 << 0) /* In/Out */
328
328
 */
329
329
#define DM_UUID_FLAG                    (1 << 14) /* In */
330
330
 
 
331
/*
 
332
 * If set, all buffers are wiped after use. Use when sending
 
333
 * or requesting sensitive data such as an encryption key.
 
334
 */
 
335
#define DM_SECURE_DATA_FLAG             (1 << 15) /* In */
 
336
 
331
337
#endif                          /* _LINUX_DM_IOCTL_H */