aboutsummaryrefslogtreecommitdiff
path: root/include/sbi_utils/timer/fdt_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sbi_utils/timer/fdt_timer.h')
-rw-r--r--include/sbi_utils/timer/fdt_timer.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/sbi_utils/timer/fdt_timer.h b/include/sbi_utils/timer/fdt_timer.h
index 770a0f3..36202a4 100644
--- a/include/sbi_utils/timer/fdt_timer.h
+++ b/include/sbi_utils/timer/fdt_timer.h
@@ -17,17 +17,8 @@ struct fdt_timer {
int (*cold_init)(void *fdt, int nodeoff, const struct fdt_match *match);
int (*warm_init)(void);
void (*exit)(void);
- u64 (*value)(void);
- void (*event_stop)(void);
- void (*event_start)(u64 next_event);
};
-u64 fdt_timer_value(void);
-
-void fdt_timer_event_stop(void);
-
-void fdt_timer_event_start(u64 next_event);
-
void fdt_timer_exit(void);
int fdt_timer_init(bool cold_boot);