* 2005 03 20 R. Krten created
*/
-#ifndef __BELL202_H__
-#define __BELL202_H__
-
-typedef void (*bytehandler_func_t) (void *, int);
-typedef void (*bithandler_func_t) (void *, int);
+#ifndef __FSK_H__
+#define __FSK_H__
+#include "uart.h"
typedef struct dsp_fsk_attr_s
{
void dsp_fsk_sample(dsp_fsk_handle_t *handle, double normalized_sample);
-#endif // __BELL202_H__
+#endif // __FSK_H__
#ifndef __UART_H__
#define __UART_H__
-#include <fsk.h>
+typedef void (*bytehandler_func_t) (void *, int);
+typedef void (*bithandler_func_t) (void *, int);
+
typedef struct dsp_uart_attr_s
{