aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-27 10:31:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-27 10:31:19 +0000
commit79b97b0f60aa6d99667a6bb4d402c420cb6d856e (patch)
tree4943d621333fe3ec88d921d90deb4925bd362be9 /os/hal/include
parentb91f48eb105c753ef877752f8dde2c6bbbfea36e (diff)
downloadChibiOS-79b97b0f60aa6d99667a6bb4d402c420cb6d856e.tar.gz
ChibiOS-79b97b0f60aa6d99667a6bb4d402c420cb6d856e.tar.bz2
ChibiOS-79b97b0f60aa6d99667a6bb4d402c420cb6d856e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2094 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/uart.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/os/hal/include/uart.h b/os/hal/include/uart.h
index 245bd1939..c0ee4c9ef 100644
--- a/os/hal/include/uart.h
+++ b/os/hal/include/uart.h
@@ -60,25 +60,6 @@
/*===========================================================================*/
/**
- * @brief Generic UART notification callback type.
- */
-typedef void (*uartcb_t)(void);
-
-/**
- * @brief Character received UART notification callback type.
- *
- * @param[in] c received character
- */
-typedef void (*uartccb_t)(uint16_t c);
-
-/**
- * @brief Receive error UART notification callback type.
- *
- * @param[in] e receive error mask
- */
-typedef void (*uartecb_t)(uint16_t e);
-
-/**
* @brief Driver state machine possible states.
*/
typedef enum {