forked from Imagelibrary/rtems
21 lines
428 B
C
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
|