Add KFT_BATTFS.
[bertos.git] / kern / kfile.h
index 4e529bcff871930804465134f4c934c32cf82d1f..b80e86253d9142b9fa6b5f5c1410e730e7a3a4fe 100644 (file)
@@ -174,6 +174,7 @@ typedef enum KFileType
 {
        KFT_GENERIC, ///< Generic
        KFT_SERIAL,  ///< Serial driver
+       KFT_BATTFS,  ///< BattFS file
        KFT_CNT
 } KFileType;