summaryrefslogtreecommitdiffstats
path: root/loop.h
blob: 834ff91d5c6181a4b1f2f86a573b964a233221c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _RTEMS_BSDNET_LOOP_H
#define _RTEMS_BSDNET_LOOP_H

#ifdef __cplusplus
extern "C" {
#endif

#define NLOOP 1

void rtems_bsdnet_initialize_loop(void);

#ifdef __cplusplus
}
#endif

#endif /* _RTEMS_BSDNET_LOOP_H */