#ifndef PLL_H
#define PLL_H

void set_pll(int pal, int hdmi);

#endif

