Subversion Repositories freemyipod

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
881 theseven 1
#ifndef __SOC_S5L87XX_CLOCKGATE_H__
2
#define __SOC_S5L87XX_CLOCKGATE_H__
3
 
4
#include "global.h"
5
 
6
extern bool clockgate_get_state(int gate);
7
extern void clockgate_enable(int gate, bool enable);
8
 
9
#endif