Init commit
This commit is contained in:
18
bsp_stm32_rtems/boardconfig/hardware_init.h
Normal file
18
bsp_stm32_rtems/boardconfig/hardware_init.h
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef BSP_STM32_BOARDCONFIG_HARDWARE_INIT_H_
|
||||
#define BSP_STM32_BOARDCONFIG_HARDWARE_INIT_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern struct netif gnetif; /* network interface structure */
|
||||
|
||||
void hardware_init();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BSP_STM32_BOARDCONFIG_HARDWARE_INIT_H_ */
|
Reference in New Issue
Block a user