From 2f8b44aae2827a7280dc0a8e5b46a9f33e5eea60 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Fri, 2 Mar 2012 16:29:42 +0100 Subject: Add RKW firmware file format loader Change-Id: I5283fdcdb8d263fd9375a6d29396f82650aeb686 --- firmware/include/crc32-rkw.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 firmware/include/crc32-rkw.h (limited to 'firmware/include/crc32-rkw.h') diff --git a/firmware/include/crc32-rkw.h b/firmware/include/crc32-rkw.h new file mode 100644 index 0000000000..b33069e398 --- /dev/null +++ b/firmware/include/crc32-rkw.h @@ -0,0 +1,27 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * + * Copyright (C) 2012 Marcin Bukat + * + * 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 2 + * of the License, or (at your option) any later version. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ +#include + +#ifndef _CRC32_RKW_H +#define _CRC32_RKW_H + +uint32_t crc32_rkw (const uint8_t *src, uint32_t length); + +#endif -- cgit v1.2.3