X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FFilesystems%2FFAT%2Fcommon.h;h=79513a9644b80e16966e06b829b889b63f11a882;hb=d8b31df1121ff75fe218f83574eb600c47f8d2d5;hp=5f8539c5ca09a59403c906a9c52edad652f1b1a9;hpb=0ea39901119279ee9bb9cf8270b2a0d65cb7460f;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Filesystems/FAT/common.h b/KernelLand/Modules/Filesystems/FAT/common.h index 5f8539c5..79513a96 100644 --- a/KernelLand/Modules/Filesystems/FAT/common.h +++ b/KernelLand/Modules/Filesystems/FAT/common.h @@ -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)