Commit 0cbcb7e0 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

added softpll header

parent 8eaac2fc
#ifndef __SOFTPLL_H
#define __SOFTPLL_H
void softpll_enable();
int softpll_check_lock();
void softpll_disable();
int softpll_busy();
void softpll_set_phase(int ps);
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment