aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/usrp3/x300/x300_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usrp3/x300/x300_init.h')
-rw-r--r--firmware/usrp3/x300/x300_init.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/usrp3/x300/x300_init.h b/firmware/usrp3/x300/x300_init.h
index 324033779..2e93340f6 100644
--- a/firmware/usrp3/x300/x300_init.h
+++ b/firmware/usrp3/x300/x300_init.h
@@ -4,7 +4,10 @@
#ifndef INCLUDED_B250_INIT_H
#define INCLUDED_B250_INIT_H
-void x300_init(void);
+#include "x300_defs.h"
+#include "x300_fw_common.h"
+
+void x300_init(x300_eeprom_map_t *eeprom_map);
void x300_serial_loader_run1(void);