summaryrefslogtreecommitdiff
path: root/rcm-server-rcdev.h
blob: 1e685cec755e5163b5c25a8bb7fc38d16602c490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef foorcmserverrcdevhfoo
#define foorcmserverrcdevhfoo

struct rc_device *rcdev_create(struct manager *mgr, const char *name);

void rcdev_free(struct rc_device *rcdev);

int rcdev_setup(struct rc_device *rcdev, const char *path);

void rcdev_close(struct rc_device *rcdev);

#endif