Subversion Repositories freemyipod

Rev

Rev 346 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 346 Rev 347
Line 52... Line 52...
52
#ifdef HAVE_STORAGE
52
#ifdef HAVE_STORAGE
53
#include "storage.h"
53
#include "storage.h"
54
#include "disk.h"
54
#include "disk.h"
55
#include "file.h"
55
#include "file.h"
56
#include "dir.h"
56
#include "dir.h"
57
#include "errno.h"
57
#include "libc/include/errno.h"
58
#endif
58
#endif
59
 
59
 
60
 
60
 
61
static uint8_t ctrlresp[2] CACHEALIGN_ATTR;
61
static uint8_t ctrlresp[2] CACHEALIGN_ATTR;
62
static uint32_t dbgrecvbuf[0x80] CACHEALIGN_ATTR;
62
static uint32_t dbgrecvbuf[0x80] CACHEALIGN_ATTR;