From c443af57dbe90ed9c003961660587e1d518de16d Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 17 Nov 2025 11:40:37 -0500 Subject: kern/amd64: i8254: Add dividend define Signed-off-by: Ian Moffett --- sys/inc/arch/amd64/i8254.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/inc/arch/amd64/i8254.h') diff --git a/sys/inc/arch/amd64/i8254.h b/sys/inc/arch/amd64/i8254.h index c747d66..fbd19df 100644 --- a/sys/inc/arch/amd64/i8254.h +++ b/sys/inc/arch/amd64/i8254.h @@ -32,6 +32,8 @@ #include +#define I8254_DIVIDEND 1193182ULL + /* * Set the current counter value of the i8254 * main channel -- cgit v1.2.3