hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/affs/amigaffs.h
....@@ -32,6 +32,9 @@
3232
3333 #define AFFS_ROOT_BMAPS 25
3434
35
+/* Seconds since Amiga epoch of 1978/01/01 to UNIX */
36
+#define AFFS_EPOCH_DELTA ((8 * 365 + 2) * 86400LL)
37
+
3538 struct affs_date {
3639 __be32 days;
3740 __be32 mins;