Adding headers for libdde (not strictly part of ddekit)
Change-Id: I87ad9df2034e70eea857d436862ab89d5c0c707f http://gerrit.minix3.org/#/c/2559/
This commit is contained in:
parent
048d0f0d62
commit
a1d08ebddc
4 changed files with 15 additions and 0 deletions
|
@ -1094,6 +1094,8 @@
|
|||
./usr/include/libelf.h minix-sys
|
||||
./usr/include/libexec.h minix-sys
|
||||
./usr/include/libgen.h minix-sys
|
||||
./usr/include/libdde minix-sys
|
||||
./usr/include/libdde/usb_server.h minix-sys
|
||||
./usr/include/lib.h minix-sys
|
||||
./usr/include/libutil.h minix-sys
|
||||
./usr/include/limits.h minix-sys
|
||||
|
|
|
@ -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
5
include/libdde/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
INCSDIR= /usr/include/libdde
|
||||
|
||||
INCS+= usb_server.h
|
||||
|
||||
.include <bsd.kinc.mk>
|
7
include/libdde/usb_server.h
Normal file
7
include/libdde/usb_server.h
Normal 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__ */
|
Loading…
Reference in a new issue