diff options
Diffstat (limited to 'firmware/usrp3/x300/x300_init.h')
-rw-r--r-- | firmware/usrp3/x300/x300_init.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/firmware/usrp3/x300/x300_init.h b/firmware/usrp3/x300/x300_init.h new file mode 100644 index 000000000..324033779 --- /dev/null +++ b/firmware/usrp3/x300/x300_init.h @@ -0,0 +1,18 @@ + +// Copyright 2012 Ettus Research LLC + +#ifndef INCLUDED_B250_INIT_H +#define INCLUDED_B250_INIT_H + +void x300_init(void); + +void x300_serial_loader_run1(void); + +typedef enum + { + DCO_156p25, + DCO_125, + DCO_10 + } dco_freq_t; + +#endif /* INCLUDED_B250_INIT_H */ |