xref: /aosp_15_r20/external/e2fsprogs/lib/support/print_fs_flags.h (revision 6a54128f25917bfc36a8a6e9d722c04a0b4641b6)
1 /*
2  * print_flags.h -- header file for printing the fs flags
3  */
4 
5 void print_fs_flags(FILE * f, unsigned long flags);
6