diff options
author | Ian Moffett <ian@osmora.org> | 2024-02-14 11:11:54 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-02-14 11:11:54 -0500 |
commit | 686aa1cf45189cc05d1200e1634eec537ab91ff7 (patch) | |
tree | 7ad26afd5b6670ad2ad95b0184dc69d8e8c4dea2 /sys/include | |
parent | c10de830906f4c819d06a90e906178b1512c4677 (diff) |
kernel/amd64: hpet: HPET is architecture specific
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/arch/amd64/hpet.h (renamed from sys/include/dev/timer/hpet.h) | 0 | ||||
-rw-r--r-- | sys/include/sys/machdep.h | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/dev/timer/hpet.h b/sys/include/arch/amd64/hpet.h index dc4366c..dc4366c 100644 --- a/sys/include/dev/timer/hpet.h +++ b/sys/include/arch/amd64/hpet.h diff --git a/sys/include/sys/machdep.h b/sys/include/sys/machdep.h index b97748c..3180e1d 100644 --- a/sys/include/sys/machdep.h +++ b/sys/include/sys/machdep.h @@ -37,6 +37,7 @@ #define MAXCPUS 32 +__weak void chips_init(void); __weak void processor_init(void); __weak void pre_init(void); __weak void processor_halt(void); |