btrfs-progs: check: rename files after moving code
[platform/upstream/btrfs-progs.git] / check / mode-lowmem.h
similarity index 96%
rename from check/lowmem.h
rename to check/mode-lowmem.h
index 39deff0..73d5799 100644 (file)
 /*
  * Defines and function declarations for lowmem mode check.
  */
-#ifndef __BTRFS_CHECK_LOWMEM_H__
-#define __BTRFS_CHECK_LOWMEM_H__
+#ifndef __BTRFS_CHECK_MODE_LOWMEM_H__
+#define __BTRFS_CHECK_MODE_LOWMEM_H__
 
-#include "check/common.h"
+#include "check/mode-common.h"
 
 #define ROOT_DIR_ERROR         (1<<1)  /* bad ROOT_DIR */
 #define DIR_ITEM_MISSING       (1<<2)  /* DIR_ITEM not found */