#ifndef DEVICE_FUNCTIONS_H_
#define DEVICE_FUNCTIONS_H_
#include "globals.h"
int Set_frequency(int check_possible_only,int word_override,int range_override,int channel,float set_freq);
#endif