aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/usrp3/x300/x300_init.h
blob: 324033779339b5e64d29126cb05a5cc0c3660fff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 */