aboutsummaryrefslogtreecommitdiffstats
path: root/os/halnew/templates/osal.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/halnew/templates/osal.h')
-rw-r--r--os/halnew/templates/osal.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/os/halnew/templates/osal.h b/os/halnew/templates/osal.h
index 4e6aa7567..1510c97b7 100644
--- a/os/halnew/templates/osal.h
+++ b/os/halnew/templates/osal.h
@@ -93,14 +93,9 @@ typedef uint32_t osal_sts_t;
typedef int32_t msg_t;
/**
- * @brief Type of a thread.
- * @note The content of this structure is not part of the API and should
- * not be relied upon. Implementers may define this structure in
- * an entirely different way.
+ * @brief Type of system time counter.
*/
-typedef struct {
- volatile msg_t message;
-} thread_t;
+typedef uint32_t systime_t;
/**
* @brief Type of a thread reference.
@@ -214,11 +209,6 @@ typedef struct {
/* External declarations. */
/*===========================================================================*/
-#if !defined(__DOXYGEN__)
-extern virtual_timers_list_t vtlist;
-extern const char *osal_halt_msg;
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif