RTEMS CPU Kit with SuperCore
loop.h
Go to the documentation of this file.
1 #ifndef _RTEMS_BSDNET_LOOP_H
2 #define _RTEMS_BSDNET_LOOP_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #define NLOOP 1
9 
10 void rtems_bsdnet_initialize_loop(void);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif /* _RTEMS_BSDNET_LOOP_H */