From 205be712fe6ad03f194216bc0f936f1b5917eafd Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 18 Jan 2006 10:01:35 +0000 Subject: Two files for the iFP port that I forgot to commit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8365 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/i2c-pnx0101.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 firmware/drivers/i2c-pnx0101.c (limited to 'firmware/drivers/i2c-pnx0101.c') diff --git a/firmware/drivers/i2c-pnx0101.c b/firmware/drivers/i2c-pnx0101.c new file mode 100644 index 0000000000..b0c74e8c24 --- /dev/null +++ b/firmware/drivers/i2c-pnx0101.c @@ -0,0 +1,22 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2005 by Tomasz Malesinski + * + * 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. + * + ****************************************************************************/ + +void i2c_init(void) +{ +} -- cgit v1.2.3