590501cfe4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14805 a1c6a512-1295-4272-9138-f99709370657
12 lines
182 B
C
12 lines
182 B
C
#ifndef SERIAL_IMX31_H
|
|
#define SERIAL_IMX31_H
|
|
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
|
|
int Tx_Rdy(void);
|
|
void Tx_Writec(const char c);
|
|
void dprintf(const char * str, ... );
|
|
|
|
#endif
|
|
|