* The file mode macros with "f_file_mode_" prefix (has no "_t") refer to the first type (mode_t).
* The file mode macros with "f_file_mode_t" prefix refer to the second type (f_file_mode_t).
*/
-#ifndef _di_f_file_mode_
+#ifndef _di_f_file_mode_t_
typedef uint32_t f_file_mode_t;
#define f_file_mode_t_initialize 0
#define F_file_mode_user_file_d (F_file_mode_owner_rw_d | F_file_mode_group_rw_d)
#define F_file_mode_user_program_d (F_file_mode_owner_rx_d | F_file_mode_group_rx_d)
#define F_file_mode_user_protected_d (F_file_mode_owner_r_d | F_file_mode_group_r_d)
-#endif // _di_f_file_mode_
+#endif // _di_f_file_mode_t_
/**
* File flag related to file statistics.
* size: Total amount of allocated space.
* used: Total number of allocated spaces used.
*/
-#ifndef _di_f_fss_content_
+#ifndef _di_f_fss_content_t_
typedef f_string_ranges_t f_fss_content_t;
#define f_fss_content_t_initialize f_string_ranges_t_initialize
#define macro_f_fss_content_t_increase_by(status, content, amount) macro_f_string_ranges_t_increase_by(status, content, amount)
#define macro_f_fss_content_t_decrease_by(status, content, amount) macro_f_string_ranges_t_decrease_by(status, content, amount)
#define macro_f_fss_content_t_decimate_by(status, content, amount) macro_f_string_ranges_t_decimate_by(status, content, amount)
-#endif // _di_f_fss_content_
+#endif // _di_f_fss_content_t_
/**
* This holds an array of fss_content.