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

View File

@ -39,7 +39,7 @@
#include <errno.h>
#include <math.h>
#include "bell202.h"
#include "fsk.h"
#include "uart.h"
#ifndef M_PI

View File

@ -35,7 +35,7 @@
#ifndef __UART_H__
#define __UART_H__
typedef void (*bytehandler_func_t) (void *, int);
#include <fsk.h>
typedef struct dsp_uart_attr_s
{