summaryrefslogtreecommitdiffstats
path: root/services/nfsclient/rpcio.modini.c
blob: 7aa802fe518a6d244e8a1c5b627545266d8f2c1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#if HAVE_CONFIG_H
#include "config.h"
#endif

#include "librtemsNfs.h"
/* CEXP module support (magic init) */
void
_cexpModuleInitialize(void *mod)
{
	rpcUdpInit();
}

int
_cexpModuleFinalize(void *mod)
{
	return rpcUdpCleanup();
}