File: devmgr.h

package info (click to toggle)
wshowkeys 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: ansic: 984; xml: 240; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef _DEVMGR_H
#define _DEVMGR_H

int devmgr_start(int *fd, pid_t *pid, const char *devpath);
int devmgr_open(int sockfd, const char *path);
void devmgr_finish(int sock, pid_t pid);

#endif