From bc4621499add05e8167a5a4ff2a587cb1092fdf9 Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Tue, 19 Feb 2008 14:15:59 +0000 Subject: Bring the IMX31 serial driver in line with the CONTRIBUTING guidelines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16352 a1c6a512-1295-4272-9138-f99709370657 --- .../target/arm/imx31/gigabeat-s/serial-imx31.h | 23 ++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'firmware/target/arm/imx31/gigabeat-s/serial-imx31.h') diff --git a/firmware/target/arm/imx31/gigabeat-s/serial-imx31.h b/firmware/target/arm/imx31/gigabeat-s/serial-imx31.h index 62babe0abf..c4e7578921 100644 --- a/firmware/target/arm/imx31/gigabeat-s/serial-imx31.h +++ b/firmware/target/arm/imx31/gigabeat-s/serial-imx31.h @@ -1,11 +1,30 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2007 by James Espinoza + * + * All files in this archive are subject to the GNU General Public License. + * See the file COPYING in the source tree root for full license agreement. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ + #ifndef SERIAL_IMX31_H #define SERIAL_IMX31_H #include #include -int Tx_Rdy(void); -void Tx_Writec(const char c); +int tx_rdy(void); +void tx_writec(const char c); void dprintf(const char * str, ... ); #endif -- cgit v1.2.3