aboutsummaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
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.h1
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);