summaryrefslogtreecommitdiff
path: root/openpicc/application/pll.h
blob: e660e79fca8455697e62924bef560dad44a438fa (plain)
1
2
3
4
5
6
7
8
9
#ifndef _PLL_H
#define _PLL_H

extern int pll_is_locked(void);
extern int pll_is_inhibited(void);
extern void pll_inhibit(int inhibit);
extern void pll_init(void);

#endif
personal git repositories of Harald Welte. Your mileage may vary