Subversion Repositories freemyipod

Rev

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

Rev 560 Rev 814
Line 23... Line 23...
23
 
23
 
24
#include "global.h"
24
#include "global.h"
25
#include "i2c.h"
25
#include "i2c.h"
26
#include "thread.h"
26
#include "thread.h"
27
#include "s5l8702.h"
27
#include "s5l8702.h"
-
 
28
#include "clockgates.h"
28
 
29
 
29
 
30
 
30
static struct mutex i2cmutex;
31
static struct mutex i2cmutex;
31
 
32
 
32
 
33