summaryrefslogtreecommitdiff
path: root/ubi-utils/src/libubi_int.h
diff options
context:
space:
mode:
authordedekind@linutronix.de <dedekind@linutronix.de>2006-06-30 14:05:25 +0200
committerFrank Haverkamp <haver@vnet.ibm.com>2006-10-31 15:06:07 +0100
commitfaa7699bf15b9a08b1b2658745314ae8f63878a2 (patch)
tree5891164486ba5b4436c06209a31e1fa1244d23d0 /ubi-utils/src/libubi_int.h
parentd8f5f9f8cfc5a780f7e95b178e919ac2b20fda93 (diff)
[MTD] UBI: Adaptations to new driver, reworked frontend
Diffstat (limited to 'ubi-utils/src/libubi_int.h')
-rw-r--r--ubi-utils/src/libubi_int.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ubi-utils/src/libubi_int.h b/ubi-utils/src/libubi_int.h
index ab387f5..830a682 100644
--- a/ubi-utils/src/libubi_int.h
+++ b/ubi-utils/src/libubi_int.h
@@ -1,5 +1,3 @@
-#ifndef __UBI_INT_H__
-#define __UBI_INT_H__
/*
* Copyright (c) International Business Machines Corp., 2006
*
@@ -24,6 +22,8 @@
* Author: Artem B. Bityutskiy
*/
+#ifndef __UBI_INT_H__
+#define __UBI_INT_H__
/*
* Enable/disable UBI library debugging messages.
*/
@@ -58,7 +58,7 @@
* @def UBI_NLEN_MAX
* @brief Name of syfs file containing the maximum UBI volume name length.
*
- * @def UBI_VERSION
+ * @def UBI_VER
* @brief Name of sysfs file containing UBI version.
*
* @def UBI_WEAR
@@ -98,7 +98,7 @@
**/
#define UBI_ROOT "ubi"
#define UBI_NLEN_MAX "volume_name_max"
-#define UBI_VERSION "version"
+#define UBI_VER "version"
#define UBI_WEAR "wear"
#define UBI_VOL_COUNT "volumes_count"
#define UBI_TOT_EBS "total_eraseblocks"