Adding headers for libdde (not strictly part of ddekit)

Change-Id: I87ad9df2034e70eea857d436862ab89d5c0c707f

http://gerrit.minix3.org/#/c/2559/
This commit is contained in:
Kees Jongenburger
2014-05-26 16:47:43 +02:00
committed by Lionel Sambuc
parent 048d0f0d62
commit a1d08ebddc
4 changed files with 15 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ SUBDIR+= ../common/include/prop
SUBDIR+= arch sys minix
SUBDIR+= net
SUBDIR+= ddekit
SUBDIR+= libdde
.endif # defined(__MINIX)
SUBDIR+= ../common/include/ppath

5
include/libdde/Makefile Normal file
View File

@@ -0,0 +1,5 @@
INCSDIR= /usr/include/libdde
INCS+= usb_server.h
.include <bsd.kinc.mk>

View File

@@ -0,0 +1,7 @@
#ifndef __LIBDDE_USB_SERVER_H__
#define __LIBDDE_USB_SERVER_H__
/*****************************************************************************
* ddekit_usb_server_init *
****************************************************************************/
void ddekit_usb_server_init();
#endif /* __LIBDDE_USB_SERVER_H__ */