summaryrefslogtreecommitdiff
path: root/openpicc/application/clock_switch.h
blob: 550b33ad5057dc0d1734209346eb4b1007b07673 (plain)
1
2
3
4
5
6
7
#ifndef CLOCK_SWITCH_H_
#define CLOCK_SWITCH_H_

extern void clock_switch(enum clock_source clock);
extern void clock_switch_init(void);

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