summaryrefslogtreecommitdiffstats
path: root/app/events.h
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.ourano.james.local>2021-03-02 12:54:03 +0000
committerroot <root@ka-ata-killa.ourano.james.local>2021-03-02 12:54:03 +0000
commit8c7ee88332652e7e79f6c1e4baacabe2183f7e8e (patch)
treea26ca60a089015822fa81ef44567927c1d8e334d /app/events.h
parent3d48137c00511b3f2d35511482d1a76f8d06382d (diff)
downloadclock-8c7ee88332652e7e79f6c1e4baacabe2183f7e8e.tar.gz
clock-8c7ee88332652e7e79f6c1e4baacabe2183f7e8e.tar.bz2
clock-8c7ee88332652e7e79f6c1e4baacabe2183f7e8e.zip
working, with hybrid FLL/PLL, new refclk input and support for max7219 displays, neo 5 and neo 7 and a bazillion other fixes
Diffstat (limited to 'app/events.h')
-rw-r--r--app/events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/events.h b/app/events.h
index 550277d..dc257f9 100644
--- a/app/events.h
+++ b/app/events.h
@@ -2,6 +2,7 @@
#define ERING_MASK (ERING_SIZE -1)
typedef struct {
+ uint64_t ptp;
uint32_t when;
uint32_t value;
} Event;