blob: 97e2fdd08a5d6d6c72c566ed94fb0335df37a883 [file] [log] [blame]
William Juul0e8cc8b2007-11-15 11:13:05 +01001/*
Wolfgang Denk4b070802008-08-14 14:41:06 +02002 * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
William Juul0e8cc8b2007-11-15 11:13:05 +01003 *
Charles Manning753ac612012-05-09 16:55:17 +00004 * Copyright (C) 2002-2011 Aleph One Ltd.
William Juul0e8cc8b2007-11-15 11:13:05 +01005 * for Toby Churchill Ltd and Brightstar Engineering
6 *
7 * Created by Charles Manning <charles@aleph1.co.uk>
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU Lesser General Public License version 2.1 as
11 * published by the Free Software Foundation.
12 *
13 * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
14 */
15
Charles Manning753ac612012-05-09 16:55:17 +000016#ifndef __YAFFS_YAFFS1_H__
17#define __YAFFS_YAFFS1_H__
William Juul0e8cc8b2007-11-15 11:13:05 +010018
Charles Manning753ac612012-05-09 16:55:17 +000019#include "yaffs_guts.h"
20int yaffs1_scan(struct yaffs_dev *dev);
William Juul0e8cc8b2007-11-15 11:13:05 +010021
22#endif