Move the .h files in include/flash/ to src/flash. Step 1. DOES NOT COMPILE\!

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1537 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Rutger Hofman 16 years ago
parent e5b34b6286
commit 621b9bc084

@ -39,6 +39,7 @@
#include <bus_driver.h>
#if 0
/* Following moved here from brux/cfi.h */
#include <flash/cfi.h>
@ -48,6 +49,9 @@ typedef struct
int width; /* 1 for 8 bits, 2 for 16 bits, 4 for 32 bits, etc. */
urj_flash_cfi_query_structure_t cfi;
} urj_flash_cfi_chip_t;
#endif
typedef struct urj_flash_cfi_chip urj_flash_cfi_chip_t;
typedef struct
{

Loading…
Cancel
Save