commit | 905c6bcdb42616da717a9bd6c0c5870dbd90b09e | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Tue Aug 30 18:45:39 2011 -0700 |
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | Sun Sep 11 15:26:20 2011 +0300 |
tree | 211f0068cb67463d4e2120c5457a81b4b6e56ff9 | |
parent | c46f6483d21e93400e4a110de7902830173d53b0 [diff] |
mtd: move mtd_oob_mode_t to shared kernel/user space We will want to use the MTD_OOB_{PLACE,AUTO,RAW} modes in user-space applications through the introduction of new ioctls, so we should make this enum a shared type. This enum is now anonymous. Artem: tweaked the patch. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>