OSDN Git Service

ext4_utils: Export headers for libext4_utils* libs.
[android-x86/system-extras.git] / ext4_utils / include / ext4_utils / ext4_crypt.h
similarity index 93%
rename from ext4_utils/ext4_crypt.h
rename to ext4_utils/include/ext4_utils/ext4_crypt.h
index c306ce8..2be0bec 100644 (file)
@@ -14,6 +14,9 @@
  * limitations under the License.
  */
 
+#ifndef _EXT4_CRYPT_H_
+#define _EXT4_CRYPT_H_
+
 #include <sys/cdefs.h>
 #include <stdbool.h>
 #include <cutils/multiuser.h>
@@ -31,3 +34,5 @@ static const char* e4crypt_key_ref = "/unencrypted/ref";
 static const char* e4crypt_key_mode = "/unencrypted/mode";
 
 __END_DECLS
+
+#endif // _EXT4_CRYPT_H_