Files
rtems/testsuites/fstests/jffs2_support/fs_config.h
Sebastian Huber 0282e83d64 JFFS2: New tests
2013-09-19 13:16:07 +02:00

21 lines
428 B
C

/*
* Copyright (c) 2013 embedded brains GmbH. All rights reserved.
*
* embedded brains GmbH
* Dornierstr. 4
* 82178 Puchheim
* Germany
* <info@embedded-brains.de>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*/
#ifndef __JFFS2_SUPPORT_h
#define __JFFS2_SUPPORT_h
#define FILESYSTEM "JFFS2"
#endif