Kernel - Fixing bugs exposed with `qemu -nographic`
[tpg/acess2.git] / KernelLand / Modules / Filesystems / FAT / common.h
index 5f8539c..79513a9 100644 (file)
@@ -84,6 +84,8 @@ struct sFAT_CachedNode
 
 // --- General Helpers ---
 extern int     FAT_int_GetAddress(tVFS_Node *Node, Uint64 Offset, Uint64 *Addr, Uint32 *Cluster);
+extern tTime   FAT_int_GetAcessTimestamp(Uint16 Date, Uint16 Time, Uint8 MS);
+extern void    FAT_int_GetFATTimestamp(tTime AcessTimestamp, Uint16 *Date, Uint16 *Time, Uint8 *MS);
 
 // --- Node Caching ---
 // NOTE: FAT uses its own node cache that references by cluster (not the inode value that the Inode_* cache uses)

UCC git Repository :: git.ucc.asn.au