rename rkw.h header file

Change-Id: I2cb6ea7da9c20ed0ef87f4b8ea90d2e4a4a3bca2
This commit is contained in:
Marcin Bukat 2012-03-04 00:06:20 +01:00
parent 0263fe37e4
commit ecbda694b2
3 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
#include "string.h"
#include "file.h"
#include "crc32-rkw.h"
#include "rkw.h"
#include "rkw-loader.h"
#define DRAM_ORIG 0x60000000
#define LOAD_SIZE 0x700000

View File

@ -46,7 +46,7 @@
#endif
#ifdef RKW_FORMAT
#include "rkw.h"
#include "rkw-loader.h"
#endif
#if !defined(IRIVER_IFP7XX_SERIES)