summaryrefslogtreecommitdiff
path: root/cesar/hal/sysclk/sysclk.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/sysclk/sysclk.h')
-rw-r--r--cesar/hal/sysclk/sysclk.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/cesar/hal/sysclk/sysclk.h b/cesar/hal/sysclk/sysclk.h
deleted file mode 100644
index 43d5cf4d88..0000000000
--- a/cesar/hal/sysclk/sysclk.h
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef hal_sysclk_sysclk_h
-#define hal_sysclk_sysclk_h
-/* Cesar project {{{
- *
- * Copyright (C) 2012 Spidcom
- *
- * <<<Licence>>>
- *
- * }}} */
-/**
- * \file hal/sysclk/sysclk.h
- * \brief Boot param handler to get the system clock.
- * \ingroup hal
- *
- * For MSE500 the system clock differs from the one of the SPC300, the main
- * objective is to keep the same binary for both chips.
- */
-
-BEGIN_DECLS
-
-/**
- * Handle the boot parameter "sysclk_mhz".
- * \param param_value value passed for the "sysclk_mhz" parameter
- * \return 0 on success, -1 otherwise
- */
-int
-hal_sysclk_boot_param_sysclk_mhz (const char *param_value);
-
-END_DECLS
-
-#endif /* hal_sysclock_sysclock_h */