summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/loop.h
blob: 4fd6b8e1ba2fa3aa811a4de834bbe24e3186e67c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *  $Id$
 */

#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 */