libdevman: IPC wrapper for devman

This commit is contained in:
Dirk Vogt
2011-02-25 12:28:07 +00:00
parent 77fa5b4116
commit 8c8e44d0ae
6 changed files with 618 additions and 3 deletions

8
lib/libdevman/Makefile Normal file
View File

@@ -0,0 +1,8 @@
LIB = devman
SRCS = generic.c \
usb.c
.include <bsd.lib.mk>