aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC13xx/gpt_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/LPC13xx/gpt_lld.h')
-rw-r--r--os/hal/platforms/LPC13xx/gpt_lld.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/os/hal/platforms/LPC13xx/gpt_lld.h b/os/hal/platforms/LPC13xx/gpt_lld.h
index 8ea7f375b..e4a53224b 100644
--- a/os/hal/platforms/LPC13xx/gpt_lld.h
+++ b/os/hal/platforms/LPC13xx/gpt_lld.h
@@ -127,18 +127,6 @@ typedef uint32_t gptfreq_t;
typedef uint32_t gptcnt_t;
/**
- * @brief Type of a structure representing a GPT driver.
- */
-typedef struct GPTDriver GPTDriver;
-
-/**
- * @brief GPT notification callback type.
- *
- * @param[in] gptp pointer to a @p GPTDriver object
- */
-typedef void (*gptcallback_t)(GPTDriver *gptp);
-
-/**
* @brief Driver configuration structure.
* @note It could be empty on some architectures.
*/