Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / include / reactos / libs / fullfat / ff_crc.h
diff --git a/reactos/sdk/include/reactos/libs/fullfat/ff_crc.h b/reactos/sdk/include/reactos/libs/fullfat/ff_crc.h
deleted file mode 100644 (file)
index 51b658d..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/*****************************************************************************
- *  FullFAT - High Performance, Thread-Safe Embedded FAT File-System         *
- *  Copyright (C) 2009  James Walmsley (james@worm.me.uk)                    *
- *                                                                           *
- *  This program is free software: you can redistribute it and/or modify     *
- *  it under the terms of the GNU General Public License as published by     *
- *  the Free Software Foundation, either version 3 of the License, or        *
- *  (at your option) any later version.                                      *
- *                                                                           *
- *  This program is distributed in the hope that it will be useful,          *
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of           *
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            *
- *  GNU General Public License for more details.                             *
- *                                                                           *
- *  You should have received a copy of the GNU General Public License        *
- *  along with this program.  If not, see <http://www.gnu.org/licenses/>.    *
- *                                                                           *
- *  IMPORTANT NOTICE:                                                        *
- *  =================                                                        *
- *  Alternative Licensing is available directly from the Copyright holder,   *
- *  (James Walmsley). For more information consult LICENSING.TXT to obtain   *
- *  a Commercial license.                                                    *
- *                                                                           *
- *  See RESTRICTIONS.TXT for extra restrictions on the use of FullFAT.       *
- *                                                                           *
- *  Removing the above notice is illegal and will invalidate this license.   *
- *****************************************************************************
- *  See http://worm.me.uk/fullfat for more information.                      *
- *  Or  http://fullfat.googlecode.com/ for latest releases and the wiki.     *
- *****************************************************************************/
-
-/**
- *     @file           ff_crc.h
- *     @author         James Walmsley
- *     @ingroup        CRC
- *
- **/
-
-#ifndef _FF_CRC_H_
-#define _FF_CRC_H_
-
-#include "ff_types.h"
-#include "ff_config.h"
-
-FF_T_UINT8     FF_GetCRC8      (FF_T_UINT8 *pbyData, FF_T_UINT32 stLength);
-FF_T_UINT16 FF_GetCRC16        (FF_T_UINT8 *pbyData, FF_T_UINT32 stLength);
-FF_T_UINT32 FF_GetCRC32        (FF_T_UINT8 *pbyData, FF_T_UINT32 stLength);
-
-#endif
-