From 41e6d5f98ab1bfd87be4424003aa94397748cc42 Mon Sep 17 00:00:00 2001 From: Alan Korr Date: Tue, 16 Apr 2002 18:49:03 +0000 Subject: module fat and templates : just added templates files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@108 a1c6a512-1295-4272-9138-f99709370657 --- firmware/test/fat/config.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 firmware/test/fat/config.h (limited to 'firmware/test/fat/config.h') diff --git a/firmware/test/fat/config.h b/firmware/test/fat/config.h new file mode 100644 index 0000000000..19777df743 --- /dev/null +++ b/firmware/test/fat/config.h @@ -0,0 +1,26 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id: + * + * Copyright (C) 2002 by Alan Korr + * + * 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 __LIBRARY_FAT_H__ +# error "This header file must be included ONLY from fat.h." +#endif +#ifndef __LIBRARY_FAT_CONFIG_H__ +# define __LIBRARY_FAT_CONFIG_H__ +# define PACKAGE_NAME "fat" +# define PACKAGE_VERSION "0.0.0" +#endif \ No newline at end of file -- cgit v1.2.3