1 /*
2  * Copyright (c) 2015 Eric Holland
3  *
4  * Use of this source code is governed by a MIT-style
5  * license that can be found in the LICENSE file or at
6  * https://opensource.org/licenses/MIT
7  */
8 #pragma once
9 
10 #include <platform/nrf518xx.h>
11 
12 void nrf51_debug_early_init(void);
13 void nrf51_debug_init(void);
14 void nrf51_timer_early_init(void);
15 void nrf51_timer_init(void);
16 void nrf51_gpio_early_init(void);
17 void nrf51_flash_nor_early_init(void);
18 void nrf51_flash_nor_init(void);
19 
20