git-svn-id: http://svn.openzap.org/svn/openzap/trunk@207 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2007-06-04 15:28:23 +00:00
parent 3503096dfc
commit de0a5c3b07
2 changed files with 7 additions and 7 deletions

View File

@ -32,11 +32,9 @@
* 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
{
@ -86,5 +84,5 @@ void dsp_fsk_destroy(dsp_fsk_handle_t **handle);
void dsp_fsk_sample(dsp_fsk_handle_t *handle, double normalized_sample);
#endif // __BELL202_H__
#endif // __FSK_H__

View File

@ -35,7 +35,9 @@
#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
{